function OpenWindow(src)
{
	window.open(src, "terms_and_conditions","toolbar=no,scrollbars=yes,width=400,height=400,top=100,left=100");
}



