function popup() {
var pop, msg;
msg = "javascript:";
msg = msg + "document.write('";
msg = msg + "<TITLE>Loading...</TITLE>";
msg = msg + "<TT>Please wait while the content loads...</TT>";
msg = msg + "')";
pop = window.open(msg,"pop","width=530,height=300,scrolling=auto,resizable=yes,menubar=no,toolbar=no");
pop.focus();
}
function popupRotate() {
var pop, msg;
msg = "javascript:";
msg = msg + "document.write('";
msg = msg + "<TITLE>Loading...</TITLE>";
msg = msg + "<TT>Please wait while the content loads...</TT>";
msg = msg + "')";
pop = window.open(msg,"pop","width=510,height=510,scrolling=auto,resizable=yes,menubar=no,toolbar=no");
pop.focus();
}
function popupVid() {
var pop, msg;
msg = "javascript:";
msg = msg + "document.write('";
msg = msg + "<TITLE>Loading...</TITLE>";
msg = msg + "<TT>Please wait while the content loads...</TT>";
msg = msg + "')";
pop = window.open(msg,"pop","width=504,height=368,scrolling=auto,resizable=yes,menubar=no,toolbar=no");
pop.focus();
}
