<!--
// (c) Design|er - creative agency
function popup(url,w,h,s) {
if( s=='' ) s="no";
var Win = window.open(url,'','width='+w+',height='+h+',top=100,left=100,resizable=0,scrollbars='+s+',status=no,menubar=no,toolbar=no,location=no');
}
//-->
