	//Copyright Moto Tuning.com...
	// nONo
	
	var msg = "Copyright Artkore.com";
	var strTitle = "Artkore.com"
	var strBackgroundColor = "#FFFFFF"
	function WriteFonctionClickRight() { 
		
		thenewWin.document.write("	\n var ns4 = (document.layers)? true:false;                //NS 4 ");
		thenewWin.document.write("	\n var ie4 = (document.all)? true:false;                   //IE 4 ");
		thenewWin.document.write("	\n var dom = (document.getElementById)? true:false;      //DOM");
		thenewWin.document.write("	\n var msg = \"" + msg + "\"; //msg alert");
		thenewWin.document.write("	\n if (dom) {");
		thenewWin.document.write("	\n if (document.addEventListener)");
		thenewWin.document.write("	\n 	document.addEventListener(\"mouseup\",RightMouseDisable,false);");
		thenewWin.document.write("	\n else");
		thenewWin.document.write("	\n 	document.oncontextmenu = IsForbidden;");
		thenewWin.document.write("	\n } else if (ie4){");
		
		thenewWin.document.write("	\n document.onkeydown = CheckKey;");
		thenewWin.document.write("	\n document.onmousedown = RightMouseDisable;");
		thenewWin.document.write("	\n } else if (ns4){");
		thenewWin.document.write("	\n document.captureEvents(Event.MOUSEDOWN);");
		thenewWin.document.write("	\n document.onmousedown = RightMouseDisable;");
		thenewWin.document.write("	\n }");
		
		thenewWin.document.write("\n function CheckKey(){");
		thenewWin.document.write("\n 	var MyKey = event.keyCode;");
		thenewWin.document.write("\n 	if (MyKey==93){");
		thenewWin.document.write("\n 		var MyValue = IsForbidden;");
		thenewWin.document.write("\n 		return false;");
		thenewWin.document.write("\n 	}");
		thenewWin.document.write("\n }");
		
		thenewWin.document.write("\n function RightMouseDisable(e){");
		thenewWin.document.write("\n 	var MyNumber=0;");
		thenewWin.document.write("\n 	if (ie4)");
		thenewWin.document.write("\n 		MyNumber = event.button;");
		thenewWin.document.write("\n 	else");
		thenewWin.document.write("\n 		MyNumber = e.which;");
		thenewWin.document.write("\n 	if (MyNumber==2||MyNumber==3){");
		thenewWin.document.write("\n 		var MyValue = IsForbidden();");
		thenewWin.document.write("\n 		return false;");
		thenewWin.document.write("\n 	} else");
		thenewWin.document.write("\n 		return true; ");
		thenewWin.document.write("\n }");
		
		thenewWin.document.write("\n function IsForbidden() {");
		thenewWin.document.write("\n 	alert(msg)");
		thenewWin.document.write("\n 	return false;");
		thenewWin.document.write("\n }");
	}
	
	function picsview(name) { 	
		if ((document.all) && (navigator.userAgent.indexOf('Win') != -1))   {	
			// ie4/5, netscape6
			//Copyright Moto Tuning.com
			thenewWin = window.open("",'thenewWin','width=200,height=100,scrollbars=no,resizable=no,menubar=no,status=no,toolbar=no,location=no,directories=no');
			thenewWin.document.open("text/html");
			thenewWin.document.write("<html><head><title>" + strTitle + "</title>");
			thenewWin.document.write("\n  <script language=\"JavaScript\" type=\"text/javascript\">");
			thenewWin.document.write("\n //Copyright Moto Tuning.com...");
			thenewWin.document.write("\n // nONo");
			thenewWin.document.write("\n img2=new Image;");
			thenewWin.document.write("\n img2.src=\"" + name+ "\";");
			thenewWin.document.write("\n function checksize(){");
			thenewWin.document.write("\n 	if (img2.complete) {");
			thenewWin.document.write("\n 		document.img.src=img2.src;");
			thenewWin.document.write("\n 		document.img.width = img2.width;");
			thenewWin.document.write("\n 		document.img.height = img2.height;");
			thenewWin.document.write("\n 		window.resizeTo(document.img.width+10, document.img.height+30);");
			thenewWin.document.write("\n  	} else {");
			thenewWin.document.write("\n 		setTimeout('checksize()',250);");
			thenewWin.document.write("\n 	}");
			thenewWin.document.write("\n }");
			WriteFonctionClickRight();
			thenewWin.document.write("\n </script>");
			
			thenewWin.document.write("\n </head><body BGCOLOR=\"" + strBackgroundColor + "\" LEFTMARGIN=\"0\" TOPMARGIN=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\" onload=\"checksize()\">"); 
			thenewWin.document.write("\n <a href=\"javascript:self.close()\"><img src=\"/script/loading.jpg\" border='0' width='200' height='100' name=\"img\" alt=\"Cliquez sur l\'image pour fermer le popup\"></a>");
			thenewWin.document.write("\n </body></html>"); 
			thenewWin.document.close();
			thenewWin.focus();
		} else if ((document.layers || (document.getElementById && !document.all)) && (navigator.userAgent.indexOf('Win') != -1)){
			//Netscape4/6
		   	//Copyright Moto Tuning.com
			thenewWin = window.open("",'thenewWin','width=800,height=600,scrollbars=no,resizable=no,menubar=yes,status=yes,toolbar=no,location=yes,directories=no');
			thenewWin.document.open("text/html");
			thenewWin.document.write("<html><head><title>" + strTitle + "</title>");
			thenewWin.document.write("\n <script language=\"JavaScript\" type=\"text/javascript\">");
			thenewWin.document.write("\n //Copyright Moto Tuning.com...");
			thenewWin.document.write("\n //nONo");
			thenewWin.document.write("\n function checksize(){");
			thenewWin.document.write("\n 	if (document.img.complete) {");
			thenewWin.document.write("\n 		window.resizeTo(document.img.width+5, document.img.height+30);");
			thenewWin.document.write("\n 		window.status = \"Moto Tuning.com\";");
			thenewWin.document.write("\n  	} else {");
			thenewWin.document.write("\n 		setTimeout('checksize()',250);");
			thenewWin.document.write("\n 		window.status = \"Chargement de l'image en cours...\";"); 
			thenewWin.document.write("\n 	}");
			thenewWin.document.write("\n }");	
			WriteFonctionClickRight();
			thenewWin.document.write("\n </script>");		
	
			thenewWin.document.write("\n </head><body BGCOLOR=\"" + strBackgroundColor + "\" LEFTMARGIN=\"0\" TOPMARGIN=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\">"); 
			thenewWin.document.write("\n <div align=\"center\"><a href=\"javascript:self.close()\"><img src=\"" + name + "\" border='0' name=\"img\" alt=\"Cliquez sur l\'image pour fermer le popup\" onload=\"checksize()\"></a></div>");
			thenewWin.document.write("\n </body></html>"); 
			thenewWin.document.close();
			thenewWin.focus();
		} else {
			//Autres navigateurs
		   	//Copyright Moto Tuning.com
			thenewWin = window.open("",'thenewWin','width=810,height=630,scrollbars=no,resizable=yes,menubar=no,status=no,toolbar=no,location=no,directories=no');
			thenewWin.document.open("text/html");
			thenewWin.document.write("\n <html><head><title>" + strTitle + "</title>");
			thenewWin.document.write("\n <script language=\"JavaScript\" type=\"text/javascript\">");
			thenewWin.document.write("\n //Copyright Moto Tuning.com...");
			thenewWin.document.write("\n //nONo");
			WriteFonctionClickRight();
			thenewWin.document.write("\n </script>");	
			thenewWin.document.write("\n </head><body BGCOLOR=\"" + strBackgroundColor + "\" LEFTMARGIN=\"0\" TOPMARGIN=\"0\" MARGINWIDTH=\"0\" MARGINHEIGHT=\"0\">"); 
			thenewWin.document.write("\n <div align=\"center\"><a href=\"javascript:self.close()\"><img src=\"" + name + "\" border='0' name=\"img\" alt=\"Cliquez sur l\'image pour fermer le popup\"></a></div>");
			thenewWin.document.write("\n </body></html>"); 
			thenewWin.document.close();
			thenewWin.focus(); 
		}
	} 
		
	