﻿// 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 storyboardpop(URL){popupWindow = window.open(URL,"photopop","width=780,height=400,scrollbars=no,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 popup450(URL){popupWindow = window.open(URL,"popup","width=390,height=285,scrollbars=no,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=700,height=800,scrollbars=no,resizable=yes,location=no");
}

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

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