// Java Document
/* Copyright ©  2004,2010,2011 Serving New Thought and Respective Owners All rights reserved. */


function showPopup(url) {
newwindow=window.open(url,'name','height=600,width=480,top=200,left=300,resizable');
if (window.focus) {newwindow.focus()}
}

