// JavaScript Document

function careers(file){
	if(file==1){
		newWindow = window.open("1.php","Web","width=465,height=325,status=false,menubar=false");
		newWindow.focus( );
	}else{
		newWindow = window.open("2.php","Web Designer","width=460,height=325status=false,menubar=false");
		newWindow.focus( );
	}
}
