function Buy(templateid) {
	window.open("/buy.html?&templateid="+templateid,"buy","status=yes, toolbar=no,location=no,scrollbars=yes,resizable=yes,top=50,left=50,width=788,height=549");
}

function PopUp(url,width,height) {
	window.open(url,"window","toolbar=no,location=no,scrollbars=yes,resizable=yes,top=50,left=50,width="+width+",height="+height);
}

function ViewSample(id, params){
	window.open('/view-sample.html?type=' + id, 'Sample', 'scrollbars=yes' + (params ? ', ' + params : ''))
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

if (top.frames.length!=0) top.location=self.document.location;