﻿function Popup(PageName, W, H) {
	var Features = 'width= ' +  W + ', height=' + H;
	var wpen = window.open(PageName, 'EnKafadar', Features);
	wpen.focus();
}
jQuery(document).ready(function() {
   /* jQuery('.sub a').click(function() {
        jQuery(this).next().slideToggle();
        return false;
    });
    */
});
jQuery(document).ready(function(){
	jQuery('a.kob').click(function(){
	mywindow = window.open("../n/ContentPlain.aspx?id=856", "mywindow", "titlebar=0,screenx=400,screeny=100,location=0,status=0,scrollbars=0,  width=450,height=650");
    //mywindow.moveTo(400, 200);
		//jQuery('.popup_main').show();
		//jQuery('.overlay').show();		
	});
	jQuery('.overlay').click(function(){
		jQuery('.overlay').hide();
		jQuery('.popup_main').hide();
	});	
})
