function profilescreen() {
                window.open("","profile","left=20,top=0,width=500,height=300,resizable=yes,toolbar=no,location=no,directories=no,scrollbars=yes")
                } 
function contactscreen() {
                window.open("","contact","left=20,top=0,width=300,height=300,resizable=yes,toolbar=no,location=no,directories=no,scrollbars=yes")
                } 
function picturesscreen() {
                window.open("","pictures","left=20,top=0,width=600,height=650,resizable=yes,toolbar=no,location=no,directories=no,scrollbars=yes")
                }
function infoscreen() {
		window.open("","infobox","left=20,top=0,width=450,height=610,resizable=yes,toolbar=no,location=no,directories=no,scrollbars=yes")
		}
function weatherscreen() {
                window.open("","weather","left=20,top=0,width=300,height=400,resizable=no,toolbar=no,location=no,directories=no,scrollbars=no")
                } 
function termsscreen() {
                window.open("","terms","left=20,top=0,width=680,height=650,resizable=no,toolbar=no,location=no,directories=no,scrollbars=yes")
                }
function chatscreen() {
	window.open("","chat","left=20,top=0,width=700,height=480,resizable=no,toolbar=no,location=no,directories=no,scrollbars=no")
		}
function pmscreen() {
	window.open("","pm","left=20,top=0,width=740,height=600,resizable=yes,toolbar=no,location=no,directories=no,scrollbars=yes")
		}
function notifyscreen() {
                window.open("","notify","left=20,top=0,width=400,height=400,resizable=no,toolbar=no,location=no,directories=no,scrollbars=no")
                }
