	//Stylesheet	
	document.write("<link href='include/css/default.css' rel='stylesheet' type='text/css'>");
	
	//Popup
	function popup(src,width,height,scroll)
	{
		newWindow = window.open(src,"PictureWindow","width="+width+",height="+height+",scrollbars="+scroll).focus();
	}


	


