function redirectPage() {
var url640x480 = "http://www.HairlossSucks.com/hairlosstalk6.htm";
var url800x600 = "http://www.HairlossSucks.com/hairlosstalk8.htm";
var url1024x768 = "http://www.HairlossSucks.com/hairlosstalk1.htm";
var url1280x1024 = "http://www.HairlossSucks.com/hairlosstalk2.htm";
	if ((screen.width < 800) && (screen.height < 600)) {
		window.open(url640x480,'640x480','height=450,width=600,resize=yes,top=0,left=0');
	} else if ((screen.width < 1024) && (screen.height < 1280)) {
		window.open(url800x600,'800x600','height=545,width=790,resize=yes,top=0,left=0');
	} else if ((screen.width < 1280) && (screen.height < 1600)) {
		window.open(url1024x768,'1024x768','height=700,width=1015,resize=yes,top=0,left=0');
	} else if ((screen.width < 1600) && (screen.height < 1200)) {
		window.open(url1280x1024,'1280x1024','height=950,width=1270,resize=yes,top=0,left=0');
	} else {
		window.open(url1024x768,'1024x768','width=1015,height=700,resize=yes,top=0,left=0');
	}
}

function mission(url){
         dhtpopup = window.open(url,'Mission','width=410,height=250,scrollbars=yes,resizable=yes,menubar=no,directories=no,toolbars=no,top=50,left=50,status=no');
         }
         
