function cPop(url, wide, high) {window.open(url,"popup",'width=' + wide + ',height=' + high); 
}


function Pop(url){
  cuteLittleWindow = window.open(url, "littleWindow", "location=no,scrollbars=no,width=400,height=268"); 
}

function bigpop(url){
  cuteLittleWindow = window.open(url, "littleWindow", "location=no,scrollbars=no,width=590,height=395"); 
}

function spop(url){
  cuteLittleWindow = window.open(url, "littleWindow", "location=no,scrollbars=no,width=300,height=230"); 
}