/*var d = document;
var winIE = (navigator.userAgent.indexOf("Opera")==-1 && (d.getElementById && d.documentElement.behaviorUrns)) ? true : false;
*/
function bodySize(){
	/*if(winIE && d.documentElement.clientWidth) {
		sObj = d.getElementById("wrapper").style;
		sObj.width = (d.documentElement.clientWidth < 1005) ? "1005px" : ((d.documentElement.clientWidth > 1026) ? "1026px" : "100%");
	}*/
}
function init(){
	/*if(winIE) { bodySize(); }*/

	/*if($('#wrapper').width() < 1004) $('#wrapper').width(1004);
	else{
	    if($('#ccont').width() > 740){
	    //alert(1);
	    	$('#wrapper').width($('#ccont').width() + 500);
	    }
	    else{
	    	if($('#wrapper').width() > 1260) $('#wrapper').width(1260);
	    }
    }*/
    if($('#ccont').width() > 740){
    	$('#wrapper').width($('#ccont').width() + 500);
    }
    else{
	    if($('#wrapper').width() < 1004) $('#wrapper').width(1004);
		else{
		    	if($('#wrapper').width() > 1260) $('#wrapper').width(1260);
		    }
    }
}

