/*
PROJECT      Andrews Coatings Ltd - Off The Wall
COPYRIGHT    Optimised Web Design, Philip Kay
ADDRESS      Duken House, Wootton, Bridgnorth, WV15 6EA, UK
TEL          +44 (0) 1746 781 653
MOBILE       +44 (0) 7711 317 681
RIGHTS       The contents and design of these pages are the property of
             the author who grants no rights for copying, distribution
             or reselling without prior written agreement.
COPYRIGHT    Copyright (c) 2010 Optimised Web Design
*/

var Graffiti = new Cookie(document, "antigraffiti", 1); // 1 day
Graffiti.load();
if(!Graffiti.status) Graffiti.status = 'open';
Graffiti.store();

function over(Id){
	document.all[Id].bgColor = '#FFFFFF';
	document.all[Id].children[0].style.color = '#8C9EB7';
}

function out(Id){
	document.all[Id].bgColor = '#274978';
	document.all[Id].children[0].style.color = '#FFFFFF';
}

function down(File){
	document.location = File;
}

function show(Url){
	Args = 'left=0,top=0,width=680,height=600,screenX=0,screenY=0,outerWidth=680,outerHeight=600,resizable=yes,scrollbars';
	if((typeof action) != "undefined") action.close();
	action = window.open(Url, 'antigraffiti', Args);
}

function picture(Url, Width, Height){
	Args = 'left=0,top=0,screenX=0,screenY=0,width='+Width+',height='+Height+',resizable=no';
	if((typeof picturewin) != "undefined") picturewin.close();
	picturewin = window.open('', 'picture', Args);
	picturewin.document.writeln('<html><title>Off The Wall</title><body leftmargin=0 topmargin=0>');
	picturewin.document.writeln('<img src='+Url+' width='+Width+' height='+Height+' border=0>');
	picturewin.document.writeln('</body></html>');
}

function multimap(Url){
	Args = 'left=0,top=0,screenX=0,screenY=0,width=870,height=600,resizable=yes,scrollbars';
	if((typeof multimapwin) != "undefined") multimapwin.close();
	multimapwin = window.open(Url, 'multimap', Args);
}

