	function init()
	{
		 show(0);
	}
//
	function show(def)
{
	if(def==0)
	{
	switchVisible('mainbody',1);
	switchVisible('headr',1);
	switchVisible('webdesign',0); 
	switchVisible('officedesign',0);
	//switchVisible('photorestore',0);
	switchVisible('buttonpr5',0);
	switchVisible('photos',0);
	switchVisible('footer',1);
	switchVisible('whole_footer_Home',1);
	switchVisible('whole_footer_Photo',0);
	switchVisible('whole_footer_Office',0);
	//switchVisible('whole_footer_Resto',0);
	switchVisible('whole_footer_web',0);
	switchVisible('navHeader',1); 
	switchVisible('navHeaderWeb',0); 
	switchVisible('navHeaderPhoto',0); 
	//switchVisible('navHeaderRestore',0); 
	//switchVisible('ad1',1); 
	//switchVisible('ad2',1); 
	//switchVisible('ad3',1); 
	//switchVisible('ad4',1); 
	//switchVisible('ad5',1); 
	//switchVisible('ad6',1);
	}
	if(def==1)
	{
	switchVisible('mainbody',0);
	switchVisible('webdesign',1); 
	switchVisible('officedesign',0);
	//switchVisible('photorestore',0);
	switchVisible('buttonpr5',0);
	switchVisible('photos',0);
	switchVisible('footer',0);
	switchVisible('whole_footer_Home',0);
	switchVisible('whole_footer_Photo',0);
	switchVisible('whole_footer_Office',0);
	//switchVisible('whole_footer_Resto',0);
	switchVisible('whole_footer_web',1);
	switchVisible('navHeader',0); 
	switchVisible('navHeaderWeb',1); 
	switchVisible('navHeaderPhoto',0); 
	//switchVisible('navHeaderRestore',0); 
	//switchVisible('ad1',0); 
	//switchVisible('ad2',0); 
	//switchVisible('ad3',0); 
	//switchVisible('ad4',0); 
	//switchVisible('ad5',0); 
	//switchVisible('ad6',0);
	}
	if(def==2)
	{
	switchVisible('mainbody',0);
	switchVisible('webdesign',0); 
	switchVisible('officedesign',1);
	//switchVisible('photorestore',0);
	switchVisible('buttonpr5',0);
	switchVisible('photos',0);
	switchVisible('footer',0);
	switchVisible('whole_footer_Home',0);
	switchVisible('whole_footer_Photo',0);
	switchVisible('whole_footer_Office',1);
	//switchVisible('whole_footer_Resto',0);
	switchVisible('whole_footer_web',0); 
	//switchVisible('ad1',0); 
	//switchVisible('ad2',0); 
	//switchVisible('ad3',0); 
	//switchVisible('ad4',0); 
	//switchVisible('ad5',0); 
	//switchVisible('ad6',0);
	}
	if(def==3)
	{
	switchVisible('mainbody',0);
	switchVisible('webdesign',0); 
	//switchVisible('officedesign',0);
	//switchVisible('photorestore',1);
	switchVisible('buttonpr5',1);
	switchVisible('photos',0);
	switchVisible('footer',0);
	switchVisible('whole_footer_Home',0);
	switchVisible('whole_footer_Photo',0);
	switchVisible('whole_footer_Office',0);
	//switchVisible('whole_footer_Resto',1);
	switchVisible('whole_footer_web',0);
	switchVisible('navHeader',0); 
	switchVisible('navHeaderWeb',0); 
	switchVisible('navHeaderPhoto',0); 
	//switchVisible('navHeaderRestore',1); 
	//switchVisible('ad1',0); 
	//switchVisible('ad2',0); 
	//switchVisible('ad3',0); 
	//switchVisible('ad4',0); 
	//switchVisible('ad5',0); 
	//switchVisible('ad6',0);
	}
	if(def==4)
	{
	switchVisible('mainbody',0);
	switchVisible('webdesign',0); 
	//switchVisible('officedesign',0);
	//switchVisible('photorestore',0);
	switchVisible('buttonpr5',0);
	switchVisible('photos',1);
	switchVisible('footer',0);
	switchVisible('whole_footer_Home',0);
	switchVisible('whole_footer_Photo',1);
	switchVisible('whole_footer_Office',0);
	//switchVisible('whole_footer_Resto',0);
	switchVisible('whole_footer_web',0);
	switchVisible('navHeader',0); 
	switchVisible('navHeaderWeb',0); 
	switchVisible('navHeaderPhoto',1); 
	//switchVisible('navHeaderRestore',0); 
	//switchVisible('ad1',0); 
	//switchVisible('ad2',0); 
	//switchVisible('ad3',0); 
	//switchVisible('ad4',0); 
	//switchVisible('ad5',0); 
	//switchVisible('ad6',0);
	}
}
//
function change_message(message_text,xpos,ypos)
{
 var theElement = document.getElementById("message1");
 theElement.innerHTML = message_text;
 theElement.style.top = xpos + "px";
 theElement.style.left = ypos + "px";
}
//
function myDate() 
{
    var now   = new Date();
    var weekday = new Array('Sun','Mon','Tue','Wed','Thu','Fri','Sat');
    var day   = weekday[now.getDay()];
    var month  = now.getMonth() + 1;
    var date  = now.getDate();
    var year  = now.getFullYear();
    year = year.toString();
    var today  = day + ' ' + month + '/' + date + '/' + year.substring(2,4);
    return today;
}
//
function switchVisible(id,viz) 
{
		if(viz==0){document.getElementById(id).style.visibility="hidden";}
	else if(viz==1){document.getElementById(id).style.visibility="visible";}
}
//
function mousehelp(id,msg)
{
		if(msg==1)switchVisible('help_message1',id);
	else if(msg==2)switchVisible('help_message2',id);
	else if(msg==3)switchVisible('help_message3',id);
	else if(msg==4)switchVisible('help_message4',id);
	else if(msg==5)switchVisible('help_message5',id);
	else if(msg==6)switchVisible('help_message6',id);
	else if(msg==7)switchVisible('help_message7',id);
	else if(msg==8)switchVisible('help_message8',id);
	else if(msg==9)switchVisible('help_message9',id);
	else if(msg==10)switchVisible('help_message10',id);
	else if(msg==11)switchVisible('help_message11',id);
}
//
function getLayer(id) {return (document.getElementById(id));}
//
function Me()
{
	var popurl="aboutpaul.htm";
	winpops=window.open(popurl,"","width=830px,height=500px,scrollbars,");
}
//
function Privacy()
{
	var popurl="PrivacyPolicy.htm";
	winpops=window.open(popurl,"","width=830px,height=500px,scrollbars,");
}
//
function Rates()
{
	var popurl="rates.htm";
	winpops=window.open(popurl,"","width=830px,height=600px,scrollbars,");
}
//
function soho()
{
	var popurl="soho.htm";
	winpops=window.open(popurl,"","width=830px,height=500px,scrollbars,");
}
//
function legal()
{
	var popurl="legal.htm";
	winpops=window.open(popurl,"","width=830px,height=800px,scrollbars,");
}
//
function main_pic()
{
	var popurl="main_pic.htm";
	winpops=window.open(popurl,"","width=930px,height=650px,scrollbars,");
}
function changeColor(id, color) 
{ 
 //alert("id="+id+" color="+color);
 element = getLayer(id); 
 element.style.color = color; 
} 
