if (navigator.userAgent.indexOf("Mozilla/2.0") == -1) version = 1;
if (version == 1) {

//these are the preloading images
	
}

function new_window(url) {
  link = window.open(url,"Link", "toolbar=0, location=0, directories=0, status=0, menubar=1, scrollbars=1, resizable=0, width=430, height=715, left=5, top=5");
}



