// JavaScript Document

function privacy(){
	
	window.open("pp.html", "mywindow","menubar=1, scrollbars=1, resizable=1,width=500,height=500" )
	
}

function terms(){
	
	window.open("tc.html", "mywindow","menubar=1, scrollbars=1, resizable=1,width=500,height=500" )
	
}