<!-- hide

function print_conditions()
{
	
	
	document.write('<font size=3>');
	document.write('<b>Terms and Conditions</b><br>');
	document.write('</font>');
	document.write('<font size=1 >');
	document.write('<ol>');
	document.write('<li> Only local orders (Singapore) are accepted.<br>');
	document.write('<li> Free delivery for purchases above $'+ parent.shipping_min +'.<br>');
	document.write('<li> Add $'+ parent.shipping_charge + ' delivery charge for purchases below $' +parent.shipping_min + '.<br>');
	document.write('<li> All items listed are inclusive of Goods & Services Tax for Singapore, if applicable. <br>');
	document.write('<li> The request will reach our Sales Consultants and they will contact you within 24 hrs to verify your order and delivery date.<br>');
	document.write('<li> Orders will be fulfilled within 4 working days between 11am to 5pm from Monday to Saturday after our Sales Consultants had contacted you..<br>');
	document.write('<li> Payments are to be made by CASH ONLY upon delivery.<br>');
	document.write('<li> For purchases above $5,000, a deposit of 40% of the purchase cost is required.<br>');
	document.write('<li> All prices quoted are in Singapore Dollars<br>');
	document.write('<li> All prices quoted are subjected to alter without notice<br>');
	document.write('<li> For more information, immediate services or oversee orders, please contact our Sales Consultants at 065-90010494.<br>');
	

	document.write('</l>');
	document.write('</font>');
	document.write('<br>&nbsp');

}



function write_to_field(code)
{
 var found = false;
 var i =0;

 while ((found == false) && (i < document.form1.elements.length))
  {

   if (document.form1.elements[i].name == code)
     {

      found = true;
      document.form1.elements[i].value = parent.item_quan(code);
     }
     i = i + 1;
     }

}

function Loc_additem(code,price,desc,qty,discount_p,discount_a,promotion_t,url)
{
 // Promotion_t 9 = Purchase with Purchase
 
 if (( promotion_t == 9 )  && ( parent.net_totals() < 200 ) )
 {
     alert ("The total purchase must be at least $200 in order to buy the special offer items.")

 }
 else
 {
 
 self.parent.additem(code,price,desc,qty,discount_p,discount_a,promotion_t,url);
 write_to_field(code);
 parent.main.location = "/vsales/order.htm";
 parent.updatemain_order()
 
 }
}

//function Loc_subitem(code,price,desc)
//{
//self.parent.subitem(code,price,desc);
//write_to_field(code)
//}

function setCookie_page (name, value, expires) {
        if (!expires) expires = new Date();
	document.cookie = name + "=" + escape (value) +"; expires=" + expires.toGMTString() +  "; path=/";
}

function check_page()
{
	if (top == self ) {
 	var expdate = new Date();

 	expdate.setTime (expdate.getTime() +  (24 * 60 * 60 * 1000 * 365));
	parent.caller_url=document.location;
	setCookie_page('URL',document.location,expdate);
	
	location_href="/vsales/default.htm?"+location.pathname;
        top.location.href = location_href;    

	}
}


function print_header(advert)
{
   document.write('<center><font size=3 color="0000ff"> Welcome to v-shopper.com</font></center><br>')
}

function print_footer(advert)
{

   document.write('<TABLE WIDTH="60%" ALIGN=CENTER BORDER=0 CELLSPACING=5 CELLPADDING=5>');
   document.write('<TR>');
   document.write('<TD>');
   document.write('<a href="/vsales/special.htm"><img SRC="/pic/vsales/promotion/sales.GIF"  ><br>');
   document.write('<font size=2>Weekly Sales</font></a>');
   document.write('</TD>');
   document.write('<TD>');
   document.write('<a href="/vsales/vono.htm"><img SRC="/pic/vsales/promotion/promotion.GIF"  ><br>');
   document.write('<font size=2>Monthly Promotion</font></a>');
   document.write('</TD>');
 
    document.write('<TD>');
   document.write('<a href="/vsales/offers.htm"><img SRC="/pic/vsales/promotion/offers_promotion.GIF"  ><br>');
   document.write('<font size=2>Purchase with Purchase</font></a>');
   document.write('</TD>');
   document.write('</TR>');
   document.write('</TABLE>');
   document.write('<TABLE WIDTH="97%" BORDER=0 CELLSPACING=5 CELLPADDING=5>');
   document.write('<TR>');
   document.write('<TD align=right  BGCOLOR="#cccccc">');
   document.write('&nbsp<br>');
   document.write('<font face="Times New Roman, Sans-serif" size="1" >');
   document.write('<b>');
   document.write('7 Balestier Road, Singapore 329673.&nbsp;<br>');
   document.write('Phone (Sales):&nbsp; (65)90010494, (065)6747-9882&nbsp;<br>');
   document.write('Phone (Marketing / Others):&nbsp; (065)9681-2493&nbsp;<br>');
   document.write('Fax:&nbsp; (65)6747-9882<BR>');
   document.write('Company Registration: 200605854E<BR>');
   document.write('</b>');
   document.write('<br>');
   document.write('Copyright © 2000 - 2009, v-Shopper.com Pte Ltd.<br>All rights reserved.<BR>');
   document.write('Designated trademarks and brands <br>are the property of their respective owners.<BR>');
   document.write('Use of this Web site constitutes acceptance of <br>the v-shopper.com User Agreement and Privacy Policy.<BR>');
   document.write('&nbsp<br>');
   document.write('{Best viewed at 800x600 pixels}<BR>');
   document.write('<br>For enquiries and comments concerning ');
   document.write('this site, please contact the <a href="mailto:vshopper@v-shopper.com.sg?Subject=v-Shopper.com%20Support%20Inquiry">webmaster</a>.');
 
   document.write('&nbsp<br>&nbsp<br></font>');
   document.write('</TD>');
   document.write('</TR>');
   document.write('</TABLE>');
   
}

function print_discount(promotion_t,promotion_message1,promotion_message2,item_discount_p,item_discount_a)
{
	if ( ( item_discount_p != 0 ) || (item_discount_a != 0 ) || ((parent.global_discount_percent !=0) && (parent.global_promotion_type == promotion_t) ) || (( parent.global_discount_amt != 0 ) && (parent.global_promotion_type == promotion_t) ) )
	{
   		document.write('<TABLE WIDTH="97%" BORDER=0 CELLSPACING=5 CELLPADDING=5>');
   		document.write('<TR>');
   		document.write('<TD align=center  BGCOLOR="#000000">');
   		document.write('&nbsp<br>');
   		document.write('<font face="Times New Roman, Sans-serif" size="6"  color="#FFFFFF"><b>');
   		document.write('P R O M O T I O N </b></font><br>');
   		document.write('<img src="/pic/vsales/promotion/sales.gif" > <br>&nbsp<br>');
   		if ( (parent.global_discount_percent != 0) && (item_discount_percent == 0) && (item_discount_amt == 0))
   		{
   		   	document.write('<font face="Times New Roman, Sans-serif" size="5"  color="#FF0000">');
	 		document.write(parent.global_promotion_message1,'<br>');
  	 		document.write(parent.global_promotion_message2,'<br>');
 			
   		   	document.write('<font face="Times New Roman, Sans-serif" size="3"  color="#FFffff">');
 	 		document.write(parent.global_discount_percent,'% discount with minimum purchase of $',parent.global_discount_min,' <br>');
  	 		document.write('Excluding Promotion Item <br>');
    		        document.write('Prices listed are before discount');
   			document.write('</font>');
 	 		
   		}
   		if ( (parent.global_discount_amt != 0) && (item_discount_percent == 0) && (item_discount_amt == 0) )
   		{
   		   	document.write('<font face="Times New Roman, Sans-serif" size="5"  color="#FF0000">');
   		   	
  	  	 	document.write(parent.global_promotion_message1,'<br>');
  	 		document.write(parent.global_promotion_message2,'<br>');
   			document.write('</font>');
   			
   		   	document.write('<font face="Times New Roman, Sans-serif" size="4"  color="#FFffff">');
 			document.write('$',parent.global_discount_amt,' cash discount with minimum purchase of $',parent.global_discount_min,' <br>');
  	 		document.write('Excluding Promotion Item <br>');
    		        document.write('Prices listed are before discount');
   			document.write('</font>');
   		}
   		if ( item_discount_percent != 0 )
   		{
   		   document.write('<font face="Times New Roman, Sans-serif" size="5"  color="#FF0000">');
 		
  		   document.write(promotion_message1,'<br>');
		   document.write(promotion_message2,'<br>');
  		   document.write('</font>');

   		   document.write('<font face="Times New Roman, Sans-serif" size="4"  color="#ffffff">');
   		   document.write(item_discount_p,' %   discount for all items<br>');
    		   document.write('Prices listed are before discount');
   		   document.write('</font>');
  		}
   		if ( item_discount_amt != 0 )
   		{
  		   document.write('<font face="Times New Roman, Sans-serif" size="5"  color="#FF0000">');
    		   document.write(promotion_message1,'<br>');
 	 	   document.write(promotion_message2,'<br>');
 		   document.write('</font>');

   		   document.write('<font face="Times New Roman, Sans-serif" size="4"  color="#FFffff">');
   		   document.write('$',item_discount_a,' discount for all items <br>');
    		   document.write('Prices listed are before discount');
 		   document.write('</font>');
    		}
		document.write('&nbsp<br>&nbsp<br>');
   		document.write('</TD>');
   		document.write('</TR>');
   		document.write('</TABLE>');
   		
   	
   	}
}




<!--  end hide -->