//************************************************************************//
//   QShop E-Commerce Solutions                                           //
//   Copyright @ VISUAL TECHNOLOGIES INC  2002-2007                       //
//   http://qshop.com.pl qshop@qshop.com.pl                               //
//************************************************************************//
//   This software is copyrighted, do not attempt to copy                 //
//   without permission                                                   //
//************************************************************************//
if(show_ajax_bar==false) {
	http.open('post', dbv+'_check_response.php');
	http.onreadystatechange = check_Response;
	http.send(null);
}
if(show_ajax_storage==true) { 
	open_storage('','0'); 
}
if(SCREEN_SIZE('width')<=1024) {
	document.getElementById('shadow').style.width = 1000+'px';
}
