$(document).ready(function(){	$('#askJPM').show().click(function(){		window.open('http://jpmassetmanagement.metafaq.com/templates/jpmassetmanagement/main/mainpage?nlpq=' + $(this).val(), 'AskJPM', 'scrollbars=yes, status=yes, width=800, height=600, resizable=yes');	});	$('#_searchGo').val('Search the site');	$('#_searchTerms').val('').unbind('focus, blur');//for FAQ page link	$('.askJPM').click(function(){		window.open('http://jpmassetmanagement.metafaq.com/templates/jpmassetmanagement/main/mainpage?nlpq=' + $(this).val(), 'AskJPM', 'scrollbars=yes, status=yes, width=800, height=600, resizable=yes');	});	$('#accountGo').click(function(){		if ($('#accountForm select option:selected').val() != ''){			accountWin = window.open($('#accountForm select').val(), 'MyAccount', 'scrollbars=yes, width=800, height=600, toolbar=0, menubar=0, resizable=1');		}	});});