// JavaScript Document
 
function pop01() {
window.open("new/new1.html","","height=auto,width=auto,left=0,top=0");
}

function pop02() {
window.open("baby/baby1.html","","height=auto,width=auto,left=0,top=0");
}
 
function pop03() {
window.open("birthday/birthday1.html","","height=auto,width=auto,left=0,top=0");
}

function pop04() {
window.open("corporate/corp1.html","","height=auto,width=auto,left=0,top=0");
}

function pop05() {
window.open("custompack/special1.html","","height=auto,width=auto,left=0,top=0");
}

function pop06() {
window.open("holiday/holiday1.html","","height=auto,width=auto,left=0,top=0");
}

function pop07() {
window.open("kids/kids1.html","","height=auto,width=auto,left=0,top=0");
}

function pop08() {
window.open("wedding/wed1.html","","height=auto,width=auto,left=0,top=0");
}


