// JavaScript Document
function popitup() {
	newwindow=window.open('http://www.vitalyte.com/postcard/postcard.html','name','height=440,width=655');
 if (window.focus) {newwindow.focus()}
 	//return false;
 }