function screen_mac() {

			var windowWidth = 327;
			var windowheight = 328;

			if(screen){
				leftPos = screen.width / 2 - (windowWidth / 2)
				topPos = screen.height / 2 - (windowheight / 2)
			}

			var new_win = window.open('screensaver_mac.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no");
			if(window.focus)new_win.focus();
		}

		function screen_pc() {

				var windowWidth = 327;
				var windowheight = 328;

				if(screen){
					leftPos = screen.width / 2 - (windowWidth / 2)
					topPos = screen.height / 2 - (windowheight / 2)
				}

				var new_win = window.open('screensaver_pc.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no");
				if(window.focus)new_win.focus();
		}

		function img_800() {

				var windowWidth = 327;
				var windowheight = 328;

				if(screen){
					leftPos = screen.width / 2 - (windowWidth / 2)
					topPos = screen.height / 2 - (windowheight / 2)
				}

				var new_win = window.open('wallpaper_800.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no");
				if(window.focus)new_win.focus();
		}

		function img_1024() {

				var windowWidth = 327;
				var windowheight = 328;

				if(screen){
					leftPos = screen.width / 2 - (windowWidth / 2)
					topPos = screen.height / 2 - (windowheight / 2)
				}

				var new_win = window.open('wallpaper_1024.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no");
				if(window.focus)new_win.focus();
		}

		function img_1280() {

				var windowWidth = 327;
				var windowheight = 328;

				if(screen){
					leftPos = screen.width / 2 - (windowWidth / 2)
					topPos = screen.height / 2 - (windowheight / 2)
				}

				var new_win = window.open('wallpaper_1280.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no");
				if(window.focus)new_win.focus();
		}

		function send() {

				var windowWidth = 327;
				var windowheight = 328;

				if(screen){
					leftPos = screen.width / 2 - (windowWidth / 2)
					topPos = screen.height / 2 - (windowheight / 2)
				}

				var new_win = window.open('friend.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no");
				if(window.focus)new_win.focus();
		}
		
		function privacy() {
		
						var windowWidth = 327;
						var windowheight = 328;
		
						if(screen){
							leftPos = screen.width / 2 - (windowWidth / 2)
							topPos = screen.height / 2 - (windowheight / 2)
						}
		
						var new_win = window.open('privacy.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no");
						if(window.focus)new_win.focus();
		}
		
		function legal() {
				
								var windowWidth = 327;
								var windowheight = 328;
				
								if(screen){
									leftPos = screen.width / 2 - (windowWidth / 2)
									topPos = screen.height / 2 - (windowheight / 2)
								}
				
								var new_win = window.open('legal.asp', 'new', "width="+windowWidth+",height="+windowheight+",resizable=no,top="+topPos+", left="+leftPos+",scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no");
								if(window.focus)new_win.focus();
		}

