// JavaScript Document

function popup() 
	{
		window.open("terms.html","" ,"toolbar=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=700, height=500, top=100, left=100");
	}
	
	
	


