/**
 * @author Will
 */

function open_datasheet(target){
	window.open(target);
}

function show_window(target){
	window.open(target,'Video','scrollbars=yes,resizable=yes,width=280,height=280')
}
