jQuery(document).ready(function(){
    var searchLabel = ' Search YSC...';
    $("#search-field").val(searchLabel);
    $("#search-field").focus(function() {
        if ((this.value == '') || (this.value == searchLabel)) {
            $(this).val('');
        };
    });
    $("#search-field").blur(function() {
        if (this.value == '') {
            $(this).val(searchLabel);
        };
    });
	
	

/*	$("#news .accordion .head").click(function(){
        $(this).next().slideToggle("fast");
    }).next().hide();*/
	
    $("#showcase").flash({
        src: 'media/flash/showcase_viewer.swf',
        width: 676,
        height: 290
    });
	
	    $("#top_image_flash").flash({
        src: 'media/showcase/showcase_2/21st_2.swf',
        width: 983,
        height: 252
    });

});




function consultantPopup(href)
{
    window.open(href, 'foo', 'width=660, height=380, menubar=no, resizable=no, scrollbars=yes, status=no, titlebar=yes, toolbar=no');
    return false;
}



$(document).ready(function(){
});


function RemoveContent(d) {
document.getElementById(d).style.display = "none";
}
function InsertContent(d) {
document.getElementById(d).style.display = "";
}
