// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function sketchbook() {
MM_openBrWindow('/sketchbook.php','skecthbook','status=yes,width=279,height=440');
}

function cert_iso() {
MM_openBrWindow('/pages/identity/iso.html','certiso','status=no,width=300,height=425');
}
function cert_oko() {
MM_openBrWindow('/pages/identity/oko.html','certoko','status=no,width=300,height=425');
}


function trendbook2003() {
MM_openBrWindow('/2003_tr.html','catalog2003','status=no,width=800,height=500');
}

function trendbook2004() {
MM_openBrWindow('/2004.php','catalog2004','status=no,width=804,height=503');
}

function requestcatalog(x,y) {
MM_openBrWindow('/denimform.php?p='+x+'&d='+y,'denimform','status=yes,width=450,height=300');
}


function trendcolors() {
MM_openBrWindow('/trendcolors.php','trendcolors','status=yes,width=468,height=450,scrollbars=yes,status=no');
}

function hr_form() {
MM_openBrWindow('/hrform.php','hrform','status=yes,width=450,height=300,scrollbars=yes');
}
