// 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 popup400(URL){popupWindow = window.open(URL,"popup","width=780,height=400,scrollbars=no,resizable=yes,location=no");
}
function popup500(URL){popupWindow = window.open(URL,"popup","width=780,height=500,scrollbars=no,resizable=yes,location=no");
}
function posterxtra(URL){popupWindow = window.open(URL,"popup","width=780,height=900,scrollbars=yes,resizable=yes,location=no");
}
function popup100(URL){popupWindow = window.open(URL,"popup","width=780,height=100,scrollbars=no,resizable=yes,location=no");
}
function popup550(URL){popupWindow = window.open(URL,"popup","width=780,height=550,scrollbars=no,resizable=yes,location=no");
}
function popup600(URL){popupWindow = window.open(URL,"popup","width=780,height=600,scrollbars=yes,resizable=yes,location=no");
}
function funfact(URL){popupWindow = window.open(URL,"popup","width=300,height=110,scrollbars=no,resizable=yes,location=no");
}
function text1(URL){popupWindow = window.open(URL,"popup","width=520,height=400,scrollbars=no,resizable=yes,location=no");
}
function text2(URL){popupWindow = window.open(URL,"popup","width=520,height=500,scrollbars=no,resizable=yes,location=no");
}
function text3(URL){popupWindow = window.open(URL,"popup","width=520,height=150,scrollbars=no,resizable=yes,location=no");
}
function text4(URL){popupWindow = window.open(URL,"popup","width=520,height=250,scrollbars=no,resizable=yes,location=no");
}
function video(URL){popupWindow = window.open(URL,"popup","width=552,height=454,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=250,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");
}