function header(path)
{
if (path="")
	{
	path="./";
	}

document.write('<TABLE width="100%" cellpadding="0" cellspacing="0"><TD width="779" height=125 background="'+path+'pics/home-inner.jpg" valign="middle"><H1 style="padding-left:10px;"><I>BeachesWorld</I></H1></TD><TD background="'+path+'pics/inner-end.jpg" align="right"><IMG src="'+path+'pics/v-line.gif" width=5 height=125 alt="" border="0"></TD></TABLE>');
}


function popUp()
{ 
window.open('http://www.latestgreetingcards.com','win1','menubar=0,location=no,status=no,directories=no,toolbar=1,scrollbars=1,height=400, width=600,resizable=1' );
}
window.onload = function() 
{ 
  popUp(); 
  
};


