﻿function ChengeImg( p , t ){
	document.images[t].src = p;
}
function WinOpen( p , w , h ){
	window.open( p , "WIN" ," width=" + w + ",height=" + h + ",resizable=1, toolbar=1, location=0, status=0, menubar=1, scrollbars=1" );
}