/******************************************************************************
*                                                                             *
*     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 popup_window1()
{
 newwin = window.open('','popup','toolbar=yes,menubar=yes,location=yes,status=yes,width=660,height=440,screenX=100,left=100,screenY=110,top=110,scrollbars=1,resizable=1');
}


function popup_window2()
{
 newwin = window.open('','popup','toolbar=yes,menubar=yes,location=yes,status=yes,width=800,height=440,screenX=100,left=100,screenY=110,top=110,scrollbars=1,resizable=1');
}


function latestdesign()
{
 newwin = window.open('','latestdesign','toolbar=yes,menubar=yes,location=yes,status=yes,width=600,height=550,screenX=100,left=100,screenY=110,top=110,scrollbars=1,resizable=1');
}
