// JavaScript Document

function popup(url, name, width, height, type, style)
{
settings=
"toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=no,width="+width+",height="+height;

MyNewWindow=window.open("http://"+url+"?type="+type+"&stylenum="+style+"&popuppath=CustomWood/popup/"+style+".jpg",name,settings);
}