/******************************************************************************
*                                                                             *
*     customjava.js  -  javascript file by Green Wave Technology              *
*                                                                             *
******************************************************************************/


function emailwriter(prefix, suffix, domain)
{
address=(prefix + '@' + suffix + '.' + domain)
document.write('<A href="mailto:' + address + '">' + address + '</a>')
}


function glazewindow()
{
 newwin = window.open('','glazewindow','toolbar=no,menubar=no,location=no,status=yes,width=540,height=400,screenX=100,left=100,screenY=110,top=20,scrollbars=1,resizable=1');
}


function giftwindow()
{
 newwin = window.open('','giftwindow','toolbar=no,menubar=no,location=no,status=yes,width=540,height=400,screenX=100,left=130,screenY=110,top=30,scrollbars=1,resizable=1');
}


function photoswindow()
{
 newwin = window.open('','photoswindow','toolbar=no,menubar=no,location=no,status=yes,width=540,height=400,screenX=100,left=160,screenY=110,top=40,scrollbars=1,resizable=1');
}

function reviewwindow()
{
 newwin = window.open('','reviewwindow','toolbar=no,menubar=no,location=no,status=yes,width=540,height=400,screenX=100,left=190,screenY=110,top=50,scrollbars=1,resizable=1');
}
