// JavaScript Document


$(function() {
	$(".whitepaper1").colorbox({width:"550px", height:"450px", scrollbars:false, opacity:0.75});

$('#frame2').attr('frameborder', '0')

}); //end jquery call

function test(){
var iframe=document.getElementById('frame2');
iframe.contentWindow.document.body.style.backgroundColor= "#a31d1d";
iframe.contentWindow.document.body.style.border= "#a31d1d";
iframe.contentWindow.document.body.style.outlineColor= "#a31d1d";
iframe.contentWindow.document.body.style.borderStyle= "none";
iframe.contentWindow.document.body.style.frameBorder= "0";


}



