//*******************************
//* primetimeevents.js                                         *
//*                                                    *

function showMap()
{
document.location.href = 'http://www.streetmap.co.uk/newmap.srf?x=535180&y=180318&z=1&sv=535180,180318&st=4&tl=Blu+Salons+-+Hair+and+Beauty&bi=background=http://www.blu-salons.com/bckgnd.gif&lu=N&ar=y'
}

function pop(page,wide,high) 
{ 
pop1 = window.open(page,'pop1','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=' + wide + ',height=' + high);
pop1.focus();
}

function naviPage(the_page,target)
{
	if (the_page == "") // if there's no target
	{
	return true;
	}
	if (target == '_self')
	{
	self.location = the_page;
	} else {
	top.location = the_page;
	}
}

function adobe_window()
	{
	window.open('http://www.adobe.com/products/acrobat/readstep.html','adobe_window','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=775,height=580');
	}