 <HTML><HEAD><title>WSTORE - Vente de matriel informatique</title> <meta NAME="DESCRIPTION" CONTENT="Wstore est spcialise dans la vente de matriel informatique : ordinateurs et portables, imprimantes laser et  jet dencre, serveurs, moniteurs..."> <meta NAME="KEYWORDS" CONTENT="vente de matriel informatique, ordinateurs, portables, imprimantes, laser, jet dencre, serveurs, moniteurs, pc, crans"> <meta NAME="ROBOTS" CONTENT="index,follow"> <meta NAME="LANGUAGE" CONTENT="FR"> <meta NAME="COPYRIGHT" CONTENT="Copyright WStore - Tous droits rservs"> <meta NAME="REVISIT-AFTER" CONTENT="20 DAYS"> <LINK REL="SHORTCUT ICON" HREF="http://www.wstore.fr/favicon.ico"> </HEAD> <SCRIPT language=javascript> <!-- // Global functions to be used in any frames. var Site = 'FR' var NbMag = '5' var theStore = '' var DisplayBack = 1 var DisplayForward = 1 var ManfPage = 0 var theMscssid = null var theAgent = null var displayPopUp = true  mscssid = "" agent = "" param = ""  function load(StoreId,MainUrl){ 	if(StoreId != ''){ 	  	urlTop = (MainUrl != "CatalogAccess")?"/top.asp?mag=" + StoreId : "/Restrictedtop.asp?mag=" + StoreId + "&locked=1" 		urlLeft = "/navigation/left.asp?mag=" + StoreId 		urlMain = (MainUrl == '' || MainUrl == "CatalogAccess")? '/home.asp?mag=' + StoreId + '&action=gohome' : MainUrl 		urlPub = "/pub.asp?mag=" + StoreId 	} else { 		urlTop = (MainUrl != "CatalogAccess")?"/top.asp" : "/Restrictedtop.asp" + "?locked=1" 		urlLeft = "/navigation/main_left.asp" 		urlMain	= (NbMag > 1) ? "/new_home.asp?action=gohome" : "/home.asp?mag=" + theStore 		urlPub = "/pub.asp"			 	} 	 	 	if(theMscssid != null) 	{ 		urlMain += (urlMain.indexOf("?") == -1? "?" : "&") + "mscssid=" + theMscssid 		urlTop += (urlTop.indexOf("?") == -1? "?" : "&") + "mscssid=" + theMscssid 		urlPub += (urlPub.indexOf("?") == -1? "?" : "&") + "mscssid=" + theMscssid 		urlLeft += (urlLeft.indexOf("?") == -1? "?" : "&") + "mscssid=" + theMscssid 	} 	if(theAgent != null) 	{ 		urlMain += (urlMain.indexOf("?") == -1? "?" : "&") + "agent=" + theAgent 		urlTop += (urlTop.indexOf("?") == -1? "?" : "&") + "agent=" + theAgent 		urlPub += (urlPub.indexOf("?") == -1? "?" : "&") + "agent=" + theAgent 		urlLeft += (urlLeft.indexOf("?") == -1? "?" : "&") + "agent=" + theAgent 	} 	if (MainUrl == "CatalogAccess") 		urlMain += "&CatalogAccess=1" 		 	frames['ws_top'].location = urlTop 	frames['ws_pub'].location = urlPub 	frames['ws_contents'].location = urlLeft 	frames['main'].location = urlMain }  function ReloadBanner() { 	if(typeof(window.frames["ws_pub"].location) != 'undefined') window.frames["ws_pub"].location.reload(true) }  function avaibleDisplayAll() { 	DisplayBack = 1 	DisplayForward = 1 	window.open("../navbar.asp",'navbar') }  function avaibleDisplayBack() { 	DisplayBack = 1 	window.open("../navbar.asp",'navbar') }  function unavaibleDisplayBack() { 	DisplayBack = 0 	window.open("../navbar.asp",'navbar') }  function avaibleDisplayForward() { 	DisplayForward = 1 	window.open("../navbar.asp",'navbar') }  function unavaibleDisplayForward() { 	DisplayForward = 0 	window.open("../navbar.asp",'navbar') }  function putmscssid(aMscssid){ 	if(aMscssid == theMscssid) return 	theMscssid = aMscssid }  function setmscssid(aMscssid) { 	if(aMscssid == theMscssid) return 	theMscssid = aMscssid 	if(typeof(frames['ws_contents'].Refresh) == 'function') frames['ws_contents'].Refresh(aMscssid) 	if(typeof(frames['ws_top'].Refresh) == 'function') frames['ws_top'].Refresh(aMscssid) 	if(typeof(frames['navbar'].Refresh) == 'function') frames['navbar'].Refresh(aMscssid) }  function getmscssid(){return theMscssid}  sUrl = window.location.search  var ext = sUrl == '' && true? 'htm' : 'asp'  frametop="top." + ext framepub="pub." + ext framenavebar="navbar." + ext if(NbMag > 1){ 	frameleft="navigation/main_left." + ext 	framehome="new_home." + ext } else { 	frameleft="navigation/left.asp?mag=" + theStore 	framehome="home.asp?mag=" + theStore }  function buildTop(){return frametop} function buildLeft(){return frameleft} function buildNavBar(){return framenavebar} function buildHome(){return framehome} function buildPub(){return framepub}  function ParseParameters() { 	var theIndex, theNameEnd, theParam, theValue 	var theLocked, locked = 0 	var theParamSeparator = "?" 	var theBottomQuery = "", theBottomQueryPlus = "" 	var thePageCount = 0 	var theMag = ""  	//var theBottomUrl = "http://" + window.location.host + "/home.asp?norefresh=1" 	var theBottomUrl = "http://" + window.location.host + "/" + buildHome() 	var theQueryString = window.location.search 	if(theQueryString == "") return 	theQueryString = theQueryString.substring(1) // skip the "?"  	for(;;){ 		theParam = "" 		theValue = "" 		theIndex = theQueryString.indexOf("=") 		if(theIndex == -1) break 		theParam = theQueryString.substring(0, theIndex) 		theQueryString = theQueryString.substring(theIndex + 1) 		theNameEnd = theQueryString.indexOf("&")  		if(theNameEnd == -1){ 			theValue = theQueryString 			theQueryString = "" 		} else { 			theValue = theQueryString.substring(0, theNameEnd) 			theQueryString = theQueryString.substring(theNameEnd + 1) 		}  		if(theParam == "mscssid" || theParam == "m") 		{ 			theBottomQuery = theParamSeparator + theParam + "=" + theValue 			theParamSeparator = "&" 		} else if(theParam == "agent") 		{ 			theBottomUrl = buildHome() //"home.asp?norefresh=1" 			theBottomQuery += theParamSeparator + theParam + "=" + theValue 			theAgent = theValue 			theParamSeparator = "&" 		} else if(thePageCount == 0 && (theParam == "page" || theParam == "pg")) 		{ 			theBottomUrl = theValue 			theParamSeparator = "&" 			if(theValue.substring(0,12) == "Manufacturer" ) ManfPage = 1 			thePageCount++ 		} else if(theParam == "pd") 		{ 			theBottomUrl = "Products/products.asp?prod=" + theValue 		} else if(theParam == "mag") 		{ 			theMag = theValue 			mag = 1 		} 		// this parameter is used when we enter the site with a specific home (for example manufacturer) 		// we need to pass this parameter to the top frame 		else if(theParam.toUpperCase() == "LOCKED") 		{ 			frametop = "Restrictedtop.asp" 			lockedParam = theValue 			locked = 1 		} else { //			if(theMag!="") 			theBottomQueryPlus += theParamSeparator + theParam + "=" + theValue	 			theParamSeparator = "&" 		} 		continue 	}  	frametop += ManfPage != 1? theBottomQuery : "?ADPManfPage=1" + theBottomQuery.substring(1)  	if(locked == 1) frametop += (frametop.indexOf("?") == -1? "?" : "&") + "locked=" + lockedParam.toLowerCase() + "&page=" + theBottomUrl  	if(theBottomUrl.indexOf("?") != -1){ 		framehome = theBottomQuery == ""? theBottomUrl : theBottomUrl + "&" + theBottomQuery.substring(1) 		if(theBottomQueryPlus != "") framehome = framehome + "&" + theBottomQueryPlus.substring(1) 	} else framehome = theBottomUrl + theBottomQuery + theBottomQueryPlus.substring(1)  	if(theMag != "") 	{ 		framehome = framehome.replace(/new_/,"") + (framehome.indexOf("?") == -1? "?" : "&")  + "mag=" + theMag 		frameleft = frameleft.replace(/main_/,"") + (frameleft.indexOf("?") == -1? "?" : "&") + "mag=" + theMag 		frametop += (frametop.indexOf("?") == -1? "?" : "&") + "mag=" + theMag 		framepub += (framepub.indexOf("?") == -1? "?" : "&") + "mag=" + theMag 	} }  ParseParameters()  document.write('<FRAMESET noresize frameborder="0" marginwidth="0" marginheight="0" border="0" framespacing="0" rows="62,28,*">') 	// Level 1-1 	if(Site != "FR"){ 		document.write('<frameset noresize frameborder="0" marginwidth="0" marginheight="0" border="0" framespacing="0" cols="*,486">') 	} else { 		document.write('<frameset noresize frameborder="0" marginwidth="0" marginheight="0" border="0" framespacing="0" cols="*,252">') 	} 	// TOP 			document.write('<frame SRC="' + buildTop() + '" NAME="ws_top" noresize marginwidth="0" marginheight="-10" scrolling="no">') 	// PUB 			document.write('<frame SRC="' + buildPub() + '" NAME="ws_pub" noresize marginwidth="0" marginheight="-10" scrolling="no">') 	document.write('</frameset>')  	// NAVBAR  	document.write('<FRAME SRC="' + buildNavBar() + '" NAME="navbar" noresize marginwidth="0" marginheight="-10" scrolling="no">')  	// Level 1-2 		document.write('<frameset frameborder="0" marginwidth="0" marginheight="0" border="0" cols="175,*">') 	// LEFT 			document.write('<frame SRC="' + buildLeft() + '" NAME="ws_contents" NORESIZE marginwidth="0" marginheight="0" scrolling="auto">') 	// MAIN 			document.write('<frame SRC="' + buildHome() + '" NAME="main" NORESIZE marginwidth="0" marginheight="0" scrolling="auto">') 	document.write('</frameset>')  document.write('</FRAMESET>') //--> </SCRIPT> <NOFRAMES> <BODY topmargin="0" leftmargin="0" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF"> </BODY> </NOFRAMES> </HTML> 
