// CopyRight 2011 
// By : Chutinai Boosarakham
// E-mail : check_cs@hotmail.com
// URL : www.web-sbuy.com
function popLogin( uri ){
 if($.browser.msie){ /* < IE8 */ if(parseInt($.browser.version,10)<8){ window.location.href='login.html'; return false;} }
 if(uri!=''){ $('#uriRedirect').val(''+uri+''); }
  var $this = $('#bOvLogin');
  $this.spOverlay({ width : '625px', top : '10px', onDrag : {handle:'.h3Head', revert:true, containment:''}, modal : true,
	  before : function(){ if($this.html()==''){ stLoad('show', 'Loading...', 100); }else{ $('#boxLoginCover').fadeIn('fast'); }
		  $.get("login-b-b-app.html",{},function( data ){  stLoad('hide', 'Loading...', 100); $('#'+$this.attr('id')+' .boxOvLay').html(""+data+"");
			  if($.browser.msie){  if(parseInt($.browser.version,10)<=8){
				  $('#'+$this.attr('id')+' .boxOvLay').prepend("<div class=\"zD1\"></div><div class=\"zD2\"></div>");
				  $('#boxLogin').css({'margin-left':'10px', width: ($('#'+$this.attr('id')+' .boxOvLay').width()-20)+'px'});
			  }} $('#boxLoginCover').fadeOut(500);			
		  });
	  }
  });
}
