﻿$().ready(function(){
    //alert($(".webSiteTextContent").height())
    if($(".webSiteTextContent").height() < 450)
        window.resizeTo(600,$(".webSiteTextContent").height() + 250)
})

function PopSube(src,w,h,s,r,hi) {
	if(s) w=w+17;
	    Popwin = window.open(src,"FWFINTBANK","width="+ w +",height="+ h +",top=0,left=0,toolbar=0,location=0,address=no, directories=0,status=0,menubar=0,scrollbars=yes,resizable=1,copyhistory=1");
	    Popwin.focus();
}

function intSube(ref){
    if(ref){
    PopSube('/redirect/internet-subesi.aspx'+ref+' ',1000,599)
    }
    else {
    var fbURL = window.location.pathname;
    PopSube('/redirect/internet-subesi.aspx?FB_URL='+fbURL,1000,599)
    }
}
