// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture723' , 'Picture723LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','call','URL','http://www.asqueegclean.co.uk/call.html','width',558,'height',375,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture723A').bind('click', function(__e) { return (F_e('Picture723', F_CL, __e)); } );
});
// End Actions


