function showme(l,f) {
   obj=document.getElementById(f);
   obj.style.display="inline";
   obj.style.cursor='hand';
   obj2=document.getElementById(l);
   obj2.style.color='white';
   obj2.style.cursor='hand';
   }
function hideme(l,f) {
   obj=document.getElementById(f);
   obj.style.display='none';
    obj2=document.getElementById(l);
   obj2.style.color='#FFFFCC';
}

function popitup(url)
{
	newwindow=window.open(url,'name','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=566,height=450,top=10,left=10');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popitup2(url)
{
	newwindow=window.open(url,'name','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=566,height=650,top=10,left=10');
	if (window.focus) {newwindow.focus()}
	return false;
}
function popitup3(url)
{
	newwindow=window.open(url,'name','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=566,height=650,top=10,left=10');
	if (window.focus) {newwindow.focus()}
	return false;
}

function popcust(url)
{
	newwindow=window.open(url,'name','toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=566,height=650,top=10,left=10');
	if (window.focus) {newwindow.focus()}
	return false;
}
