function sendToFriend()
{
	var strPath = '/FlowMedic_New/send_to_friend/send_to_friend.html';
	var sendToFriendWin = window.open(strPath,'PopUp','width=520,height=520,scrollbars,resizable');
	sendToFriendWin.focus();
}
function openImagesBrowser(imgID)
{
	var strPath = 'images_browser.asp?imgID=' + imgID;
	var imgBrowserWin = window.open(strPath, 'imgBrowser', 'width=800,height=500,scrollbars,resizable');
	imgBrowserWin.focus();
}

function openOneImage(lVI_ID,lPI_ID)
{
	var strPath = 'NewsAndEvents/CorporateImages/PopUp_CorporateImages.asp?vid=' + lVI_ID + '&pid=' + lPI_ID;
	var imgBrowserWin = window.open(strPath, 'imgBrowser', 'width=800,height=500,scrollbars,resizable');
	imgBrowserWin.focus();
}

///////////////////////////////////////////////////// fix #investorsFrame width for IE4 - 5 browsers
if(navigator.appVersion.indexOf("MSIE 5.") != -1 || navigator.appVersion.indexOf("MSIE 4.") != -1)
{
	document.write('<style type="text/css"> #investorsFrame { width: expression(screen.width - 235) } </style>');
	
}

function openVideo(strParam)
{
	var videoWin = window.open('/FlowMedic_New/home/video_viewer_en.asp','video','resizable=no,width=500,height=350');
	videoWin.focus();
}
function openFM220GuideVideo()
{
	var videoWin = window.open('/FlowMedic_New/home/videoFM220Guide_viewer.asp','video','resizable=no,width=500,height=350');
	videoWin.focus();
}

