function changePic( ImageID , ImgSource )
{
	document.images[ImageID].src = ImgSource 
}


function ChangeStyle(){
    	document.all.PT.style.setAttribute('visibility','visible');  
}



function BlinkImage(){

		if(	document.all.X1.style.getAttribute('visibility') == 'visible' )
			document.all.X1.style.setAttribute('visibility','hidden');
		else
			document.all.X1.style.setAttribute('visibility','visible');
		setTimeout('BlinkImage()',1000);
}
window.onload=BlinkImage;



function view(ImageSourceAddress,Explainations)
{
document.open();
document.clear();

document.write("<html>");
document.write("<head>");
document.write("	<title>Pezhhan Advertising Co.Ltd.</title>");
document.write("	<style>");
document.write("	BODY{");
document.write("		background-color : #000000;");
document.write("		color : White;");
document.write("		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;");
document.write("		border : 0px none;");
document.write("		margin-left : -12px;");
document.write("		margin-right : -20px;");
document.write("		margin-top : -10px;");
document.write("		}");

document.write("		.text {");
document.write("		font-family : Arial, Helvetica, sans-serif;");
document.write("		font-size : 10pt;");
document.write("		padding-left : 12px;");
document.write("		padding-top : 12px;");
document.write("	}");
				 

document.write("</style>");
document.write("</head>");

document.write("<body>");

document.write("<table  width='100%' border='0' >");
document.write("<tr>");
document.write("	<td align='center' valign='top' height='80'>");
document.write("	<!-- Header Part of the Pages -->");
			
document.write("      <table align='left' width='99%' border='0'>");
document.write("        <tr>");
document.write("			<td align='center' width='120' rowspan='2'>");
document.write("			<img src='images/uplogo.gif' alt='' width='83' height='69' border='1'>");
document.write("			</td>");
				
document.write("            <td valign='top' style='line-height: 20px;'> ");
document.write("		    <h5 style='font-size: 50pt; padding-top: 20px; letter-spacing:5px; font-weight: 500; text-transform: capitalize;'>Pezhhan</h5>");
document.write("			</td>");
document.write("		</tr>");
document.write("		<tr>");
		
document.write("		<td >");
document.write("         <span style='font-size: 16px; font-weight: 700;'> &nbsp;Advertising Co. Official Webite</span>");
document.write("		</td>");
document.write("		</tr>");
		

document.write("			</table>");

	
document.write("	</td>");
document.write("</tr>");
document.write("<tr>");
document.write("	<td>");
document.write("	<!-- body text and links -->");
document.write("		<table style='margin-left : -5px;' width='100%' border='0'>");
document.write("		<tr>");
document.write("			<td valign='top' width='150'>");

document.write("			<!-- Links Table -->");
document.write("			    <table width='150' border='0'>");
document.write("				<tr>");
document.write("					<td ><a href='about.html'><img src='images/about_us.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='photography.html'><img src='images/photography.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='com_des.html'><img src='images/com_des.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='web_des.html'><img src='images/web_des.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='gallery.html'><img src='images/gallery.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='agency.html'><img src='images/photo_agency.gif' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='shopping.html'><img src='images/shopping.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='printing.html'><img src='images/printing.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='books.html'><img src='images/books.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='billboards.html'><img src='images/billboards.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='airport.html'><img src='images/shiraz_airport.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td><a href='contact.html'><img src='images/contact_us.gif' alt='' width='150' height='24' border='0'></a></td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("					<td></td>");
document.write("				</tr>");
document.write("				</table></td>");
			
document.write("			<td valign='top' align='left' class='text' width='90%'>");
document.write("		<!-- main text -->");
	
document.write("	<table align='center'>");
document.write("	<tr>");
document.write("		<td>");
  document.write("<img src='"+ImageSourceAddress+"'></td>");
document.write("	</tr>");
document.write("	</table>");

								
document.write("		<!-- End of Main Text -->");
document.write("	</td>");
document.write("</tr>");
document.write("</table>");
document.write("</body></html>");

document.close();

}