function pop1()
{
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open("tracking.html","","width="+w+",height="+h+",left=0,top=0,resizable=yes,scrollbars=yes,menubar=false")
}

function pop2()
{
	var w=screen.width-10;
	var h=screen.height-80;
	var win=window.open("tracking.html","","width="+w+",height="+h+", left=0,top=0,resizable=yes,scrollbars=yes,menubar=false,status=yes,directories=false,location=false")
}