
function ShowDate()
{
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var months=new Array(13);
months[1]="JANUARY";
months[2]="FEBUARY";
months[3]="MARCH";
months[4]="APRIL";
months[5]="MAY";
months[6]="JUNE";
months[7]="JULY";
months[8]="AUGUST";
months[9]="SEPTEMBER";
months[10]="OCTOBER";
months[11]="NOVEMBER";
months[12]="DECEMBER";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year<100) year="19" + time.getYear();
else year=time.getYear();
document.write( lmonth + " ");
document.write(date + ", " + year );
// End -->
}

 function showpage(Url)
 {
    self.onerror=function() {return true;}

    showheader(Url)

    if (top != self)
        parent.body.location.href = Url + ".html";
    else
        self.location.href = Url + ".html";

 }
 function showheader(image)
 {
    self.onerror=function() {return true;}
    if (top != self )
        parent.page_header.document.imgHeader.src = "images/" + image + "_header.gif";
 }


function Gsitesearch(curobj){
curobj.q.value="site:www.starprinttools.com"+curobj.qfront.value;
alert(curobj.q.value);
}

function PopupPic(sPicURL, title, subtitle) { 
   window.open( "popup.aspx?url="+sPicURL + "&title=" + title  + "&subtitle=" + subtitle , "",  "resizable=1, HEIGHT=600, WIDTH=600, toolbar=no, menubar=no, titlebar=no, scroollbars=yes"); 
} 
function ShowScreenshots(sApplication) { 
   window.open( "popup.aspx?application=" + sApplication , "",  "resizable=1, HEIGHT=610, WIDTH=560, toolbar=no, menubar=no, titlebar=no, scroollbars=yes"); 
} 
