/*
 * ERP CIGAM
 */
var patch   = 'http://www.cigam.com.br/';
var loader  = '<p align="center"><img src="'+patch+'_img/loader.gif" alt="Carregando..." /></p>';
var browser = $.browser.name;
$(document).ready(function() {
	
    if(browser == 'chrome') {
		$('#bgSombra1').css('width', '10px');
		$('#bgSombra2').css('width', '11px');
	}	
	
	/*
	 * news
	 */
	$('#dsEmailVantagens').focus(function() {
		if( $(this).val() == 'Digite seu e-mail' )
			$(this).val('');
	});
	$('#dsEmailVantagens').blur(function() {
		if( $(this).val() == '' )
            $(this).val('Digite seu e-mail');
	});
	$('#formCadastroTopo').submit(function() {
		if( dsEmailVantagens ) {
			alert("");
			return false;	
		}
	});
});



function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
