// JavaScript Document
function otherwindow(popupURL){
	var name = navigator.appName;
	if (name == "Microsoft Internet Explorer"){
	//IE
	var popup = window.open(popupURL,"otherwindow1","width=700,height=650,menubar=no,toolbar=no,location=0,directories=0,status=no,scrollbars=yes,resizable=yes");
	}
	else {
	var popup = window.open(popupURL,"otherwindow1","width=700,height=650,menubar=no,toolbar=no,location=0,directories=0,status=no,scrollbars=yes,resizable=yes");
	}
	popup.focus();
}

// JavaScript Document
function imagewindow1(popupURL){
	var name = navigator.appName;
	if (name == "Microsoft Internet Explorer"){
	//IE
	var popup = window.open(popupURL,"imagewindow1","width=800,height=871,menubar=no,toolbar=no,location=0,directories=0,status=no,scrollbars=yes,resizable=yes");
	}
	else {
	var popup = window.open(popupURL,"imagewindow1","width=800,height=871,menubar=no,toolbar=no,location=0,directories=0,status=no,scrollbars=yes,resizable=yes");
	}
	popup.focus();
}

// JavaScript Document
function imagewindow2(popupURL){
	var name = navigator.appName;
	if (name == "Microsoft Internet Explorer"){
	//IE
	var popup = window.open(popupURL,"imagewindow1","width=800,height=991,menubar=no,toolbar=no,location=0,directories=0,status=no,scrollbars=yes,resizable=yes");
	}
	else {
	var popup = window.open(popupURL,"imagewindow1","width=800,height=991,menubar=no,toolbar=no,location=0,directories=0,status=no,scrollbars=yes,resizable=yes");
	}
	popup.focus();
}


