/**
 * File: popGDP.js
 * By: Simon Martin
 * for: goldendisc.com
 */

function popIT(url, w, h, windowName) 
{	win = window.open(url, windowName, "height=" + h + ",width=" + w + ",resizable=1,status=1,scrollbars=no,location=no,menubar=no,toolbar=no");}

function popPic(url, windowName, w, h) 
{win1=window.open(url, windowName, "height=" + h + ",width=" + w + ",resizable=no,status=no,scrollbars=no,location=no,menubar=no,toolbar=no");}

function popWin(url, windowName, w, h) 
{win1=window.open(url, windowName, "height=" + h + ",width=" + w + ",resizable=yes,status=yes,scrollbars=yes,location=no,menubar=no,toolbar=no");}

function popWindow(url, w, h, windowName) 
{	win = window.open(url, windowName, "height=" + h + ",width=" + w + ",resizable=no,status=no,scrollbars=no,location=no,menubar=no,toolbar=no");}

// POP newWin Display Function
function newWin(theURL,winName,features)
{fenster01=window.open(theURL,winName,features)};

// POP openWindow Display Function
function openWindow(theURL,winName,features)
{fenster02=window.open(theURL,winName,features)};

// POP ShowMore Display Function
function showMore(theURL,winName)
{fenster03=window.open(theURL,winName,"width=420,height=345,scrollbars=0,top=20,screenY=20,left=100,screenX=100,resizable=no,menubar=no,directories=no,location=no,status=no")};
