function WinOpen_board(name){

	window.open(name,"","width=600,height=400");	

}

function cross(id,after,width,height){ 
	var id1 = document.getElementById(id);
	//id1.filters.blendTrans.stop(); 
	//id1.filters.blendTrans.Apply();
	id1.src=after;
	id1.width=width;
	id1.height=height;
	//id1.filters.blendTrans.Play(); 
}