﻿function addshopcart2()
{

		temp = window.open('cart_see.asp','shopcat','width=700,height=560,left=0,top=0,scrollbars=yes,resizable=yes');
		temp.focus();
	
}