<!--		

function rolltopnav( img, cur_state, action )
{
	new_state=action
//	if (cur_state=='on') new_state='on';
	document.images[img].src='/gui/img/nav/prospect/' + img + '_' + new_state + '.gif';
//	alert('/gui/img/nav/prospect/' + img + '_' + new_state + '.gif')
}

function rollsubnav( img, cur_state, action )
{
	new_state=action
//	if (cur_state=='on') new_state='on';
	document.images[img].src='/gui/img/subnav/' + img + '_' + new_state + '.gif';
//	alert('/gui/img/subnav/' + img + '_' + new_state + '.gif')
}
		
function popme( url,winname,w,h ) 
{
	if(!w)w=500;
	if(!h)h=600;
	window.open( url, winname, 'width='+w+',height='+h+',scrollbars=1,resizable=0,location=0,toolbars=0' );
}

function open_terms() 
{
	popme( '/terms.php', 'termsofuse' );
}

function open_pp() 
{
	popme( '/privacy_policy.php', 'pp' );
}



//-->