document.write('<table border="0" cellpadding="0" cellspacing="0" align="center" width="760" bgcolor="#FFFFFF">');
document.write('	<tr><td colspan=3 height=3></td></tr><tr>');
document.write('	<td width="180"><img src="/images/logo.gif"></td>');
document.write('	<td width="112" align="center">');
document.write('		<table border="0" cellpadding="0" cellspacing="0" align="center">');
document.write('		<tr height="30" valign="middle" align="center"><td><a onclick=this.style.behavior="url(#default#homepage)";this.sethomepage("http://www.sucai.com");return false; href="#" title="将本站设为你的首页"><img src="/images/v1.gif"></a></td></tr>');
document.write('		<tr height="30" valign="middle" align="center"><td><a href="javascript:window.external.AddFavorite(location.href,document.title)" title="将本站加入到你的收藏夹"><img src="/images/v2.gif"></a></td></tr>');
document.write('		</table>');
document.write('	</td>');
document.write('	<td width="468"><iframe src="/public/top468.htm" width=468 height=60 frameborder=0 scrolling=no></iframe></td></tr>');
//document.write('	<tr><td colspan=3 height=13></td></tr>');
document.write('</table>');

document.write('<div class="m">');
document.write('<div class="l"></div>');
document.write('<ul>');
document.write('<li>&nbsp;<a href="/index.htm">素材首页</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="http://www.sucai.com/photo/index.htm" target="_blank">图片素材</a>&nbsp;</li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/pic/index.htm" target="_blank"><font color="#800000"><strong>高精图1</strong></font></a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/pic2/index.htm" target="_blank"><font color="#800000"><strong>高精图2</strong></font></a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/vector/index.htm" target="_blank">矢量素材</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/wallpaper/index.htm" target="_blank"><font color="#800000"><strong>桌面背景</strong></font></a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/smsimg/index.htm" target="_blank"><font color="#800000"><strong>手机壁纸</strong></font></a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/Pels/index.htm" target="_blank">像素图片</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/logo/index.htm" target="_blank">LOGO PSD</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/icon/" target="_blank"><font color="#800000"><strong>PNG 图标</strong></font></a></li>');
document.write('</ul>');
document.write('<div class="r"></div>');
document.write('</div>');

document.write('<div class="m">');
document.write('<div class="l"></div>');
document.write('<ul>');
document.write('<li>&nbsp;<a href="/templet/index.htm">网页模板</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/flashbg/index.htm" target="_blank">Flash背景</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/qq/index.htm" target="_blank">QQ 表情</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/font/index.htm" target="_blank">字体下载</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/Audio/index.htm" target="_blank">音效特效</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/texiaoshow/index.htm" target="_blank">网页特效</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/tech/index.htm" target="_blank"><font color="#800000"><strong>技术教程</strong></font></a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/lunwen/index.htm" target="_blank">论文文档</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li><a href="/fwshow/index.htm" target="_blank">范文学习</a></li>');
document.write('<li><span>|</span></li>');
document.write('<li>视频教程</li>');
document.write('</ul>');
document.write('<div class="r"></div>');
document.write('</div>');

document.write('<div align="center"><iframe src="/public/top760.htm" width=760 height=366 frameborder=0 scrolling=no></iframe></div>');

function DrawImage(ImgD){ 
	var image=new Image(); 
	image.src=ImgD.src; 
	if(image.width>0 && image.height>0){ 
		flag=true; 
		if(image.width>=550){ 
			ImgD.width=550; 
			ImgD.height=(image.height*550)/image.width; 
		}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
		}  
	} 
} 
function DrawImageS(ImgD){ 
	var image=new Image(); 
	image.src=ImgD.src; 
	if(image.width>0 && image.height>0){ 
		flag=true; 
		if(image.width>=170){ 
			ImgD.width=170; 
			ImgD.height=(image.height*170)/image.width; 
		}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
		}  
	} 
} 
function DrawImage130(ImgD){ 
	var image=new Image(); 
	image.src=ImgD.src; 
	if(image.width>0 && image.height>0){ 
		flag=true; 
		if(image.width>=130){ 
			ImgD.width=130; 
			ImgD.height=(image.height*130)/image.width; 
		}
		if(image.height>=104){ 
			ImgD.height=100; 
			ImgD.width=(image.width*100)/image.height; 
		}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
		}  
	} 
} 

function PicSize(ImgD,size1){ 
	var image=new Image(); 
	image.src=ImgD.src; 
	if(image.width>0 && image.height>0){ 
		flag=true; 
		if(image.width>=size1){ 
			ImgD.width=size1; 
			ImgD.height=(image.height*size1)/image.width; 
		}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
		}  
	} 
} 

function pager(page,pgnum){
	document.write('跳到第<select size="1" name="view" onChange="viewpage(this.value);">');
	for(i=1;i<=pgnum;i++){
		if (i==page)
		{
			document.write("<option value='"+i+"' selected>"+i+"</option>");
		}else{
			document.write("<option value='"+i+"'>"+i+"</option>");
		}
	}
	document.write('</select>页&nbsp;');
}

function LoadFlash(url,wmode,width,height) { 
	var htmstr ='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ';
	htmstr = htmstr + 'width="' + width + '" height="' + height + '">';
	htmstr = htmstr + '<param name="movie" value="' + url + '" />';
	htmstr = htmstr + '<param name="quality" value="high" />';
	htmstr = htmstr + '<param name="wmode" value="' + wmode + '" />';
	htmstr = htmstr + '<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ';
	htmstr = htmstr + 'wmode="' + wmode + '" width="' + width + '" height="' + height + '"></embed></object>';
	document.write(htmstr);
}