// V Javascript
function poster(URL){popupWindow = window.open(URL,"popup","width=780,height=760,scrollbars=no,resizable=yes,location=no");
}
function popup(URL){popupWindow = window.open(URL,"popup","width=780,height=250,scrollbars=no,resizable=yes,location=no");
}

function resizeWin(newLoc, newHeight, newWidth){newWin = open("",newLoc,"scrollbars=no,resizable=no,status=no,height=" + newHeight + ",width=" + newWidth);
}

function photopop(URL){popupWindow = window.open(URL,"photopop","width=780,height=630,scrollbars=no,resizable=yes,location=no,statusbar=no,menubar=no,toolbar=no");
}

function whatpeoplesay(URL){popupWindow = window.open(URL,"whatpeoplesay","width=780,height=630,scrollbars=yes,resizable=yes,location=no,statusbar=no,menubar=no,toolbar=no");
}

function menu(URL){popupWindow = window.open(URL,"menu","width=780,height=650,scrollbars=no,resizable=yes,location=no,statusbar=no,menubar=no,toolbar=no");
}

function menu2(URL){popupWindow = window.open(URL,"menu2","width=780,height=650,scrollbars=yes,resizable=yes,location=no,statusbar=no,menubar=no,toolbar=no");
}

function txtpopup(URL){popupWindow = window.open(URL,"popup","width=800,height=800,scrollbars=yes,resizable=yes,location=no");
}

function popup640(URL){popupWindow = window.open(URL,"popup","width=665,height=480,scrollbars=no,resizable=yes,location=no");
}

function popup600(URL){popupWindow = window.open(URL,"popup","width=900,height=429,scrollbars=no,resizable=yes,location=no");
}

function popup840(URL){popupWindow = window.open(URL,"popup","width=1330,height=613,scrollbars=no,resizable=yes,location=no");
}

function popup1200(URL){popupWindow = window.open(URL,"popup","width=1950,height=886,scrollbars=no,resizable=yes,location=no");
}
