// Open new window for gallery images
function new_window(url) {
link =  
window.open(url, "Link","toolbar=0,location=0,status=0,menubar=0,width=820,height=660,scrollbars=1,resizable=1,left=100,top=50");
}

// Open new window for play lists
function formHandler(form) {
var windowprops = "toolbar=0,location=0,width=400,height=500,scrollbars=1,menubar=0,resizable=1,left=100,top=100";

var URL = form.site.options[form.site.selectedIndex].value;
popup = window.open(URL,"MenuPopup",windowprops);
}

// Open new window for emoticons images, news view & link categories window
function openWin(url) {
link =  
window.open(url, "Link","toolbar=0,location=0,status=0,menubar=0,width=400,height=500,left=100,top=100,scrollbars=1,resizable=1");
}
