
	function wallpaper800(url) {
		popupWindow = window.open(url,'popUpWindow', 'height=620, width=820, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
	
	function wallpaper1024(url) {
		popupWindow = window.open(url,'popUpWindow', 'height=788, width=1044, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
	
	function wallpaper1280(url) {
		popupWindow = window.open(url, 'popUpWindow', 'height=980, width=1300, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
	
	function wallpaper1600(url) {
		popupWindow = window.open(url, 'popUpWindow', 'height=1220, width=1620, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
	
	function icon60(url) {
		popupWindow = window.open(url,'popUpWindow', 'height=80, width=80, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
	
	function icon100(url) {
		popupWindow = window.open(url,'popUpWindow', 'height=120, width=120, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
	
	function icon150(url) {
		popupWindow = window.open(url, 'popUpWindow', 'height=170, width=170, left=0, top=0, resizable=yes, scrollbars=yes, toolbar=no, menubar=no, location=no, directories=no, status=yes')
	}
