function subwin(url){
	w=window.open(url,"subwin","width=600,height=700,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}

function subwin02(url){
	w=window.open(url,"subwin","width=700,height=500,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}

function subwin03(url){
	w=window.open(url,"subwin","width=400,height=500,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}

function subwin04(url){
	w=window.open(url,"subwin","width=800,height=900,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}

function subwin05(url){
	w=window.open(url,"subwin","width=860,height=700,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}

function subwin_cf_e(url){
	w=window.open(url,"subwin","width=750,height=900,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}

function pamph_open( strURL ){
    var screen_width = screen.availWidth - 10;
    var screen_height = screen.availHeight - 30;
    strFeatures = "screenX=0,screenY=0,width=" + screen_width + ",height=" + screen_height +",";
    strFeatures += "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes";

    windowname=window.open( strURL, "", strFeatures );
    windowname.focus();
}

function subwin_dm(url){
	w=window.open(url,"subwin","width=530,height=770,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}
