// JavaScript Document, Created by Raster Media, www.rastermedia.com


// General PopUp Window-------------------------------------
function new_window(url,wx,hx) {
    newwin = window.open(url,"win",'toolbar=0,location=0,directories=0,scrollbars=1,resizable=1,status=1,menubar=0,width='+wx+',height='+hx);
}