// JavaScript Document


	function openMyScreenShot(strImg){
		
		window.open(strImg,'scre_shot_win','width=600,height=500')
	}