
function p_store_popup_piaget(idstore,idcity,idlang) {
	alert('Error');
	//showStorePopup(idstore,idlang);
}

function showStorePopup(id_store,id_langue) {

}

function p_terms_and_conditions_piaget(zone_code,lang_code) {
	alert('Error');
}


function p_events_piaget(zone_code,lang_code) {
	alert('Error');
	window.open('http://www.piaget.com/events/index.php5?idl='+p_lang_id_by_code[lang_code]+'', 'events', 'scrollbars=yes, menubar=yes, status=yes, toolbar=yes, location=yes, directories=yes, width='+screen.availWidth+', height='+screen.availHeight) ;	
}