
//function hidestatus(){
//window.status='sklep.elofon.pl'
//return true
//}

//if (document.layers)
//document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

//document.onmouseover=hidestatus
//document.onmouseout=hidestatus



   function PopupPic(sPicURL) {
   window.status="Text";
     window.open( "http://sklep.elofon.pl/image.htm?"+sPicURL, "",  
     "resizable=1");
   }
   
   function clear_textbox()
{
if (document.szukaj.fraza.value == "Wpisz tekst")
document.szukaj.fraza.value = "";
}	

function dept_onchanger(sela) {
sela.submit();
	}


s_state = [];
s_state["s_fname"] = "";


function billingToShipping(checkBox){
var frm = checkBox.form;
if(checkBox.checked){
s_state["kod2"] 	= frm.kod2.value;
s_state["miasto2"] 	= frm.miasto2.value;
s_state["adres2"] 	= frm.adres2.value;
			
frm.kod2.value		= frm.kod.value;
frm.miasto2.value		= frm.miasto.value;
frm.adres2.value		= frm.adres.value;
							
    }
	else{
frm.kod2.value		= s_state["kod2"];
frm.miasto2.value		= s_state["miasto2"];
frm.adres2.value		= s_state["adres2"];
		    }
	    }
								    
	  

