// JavaScript Document
function Openpup()
{
newwindow=window.open('ecomerce.html','name','height=200,width=400');
	if (window.focus) {newwindow.focus()}
	return false;
	
}