<!--
// Catalog On Demand For ProductCart 
// ProductCart base code: v3 or v4
// ProductCart Version:   ANY
// Parent Paths Status:   ENABLED
// =========================================================================================================
// This file is part of Catalog On Demand For ProductCart, a custom script developed and sold by GreyBeard Design Group.
// Catalog On Demand For ProductCart, its source code and the Catalog On Demand For ProductCart name are property of GreyBeard Design Group.
// Copyright 2009-2010. All rights reserved.
// You are not allowed to use, alter, distribute and/or resell any parts of Catalog On Demand For ProductCart's source code without the written consent of GreyBeard Design Group.
// To contact GreyBeard Design Group, please visit www.greybearddesign.com.
// version v1
// =========================================================================================================
// -->
function newPWindow(wide,high){
 winFeatures="'status=no,location=no,toolbar=no,scrollbars=yes,resizable=yes,width="+wide+",height="+high+"'";
 showcase=window.open("",'pWin',winFeatures);
 showcase.focus();
}

