| Related sites for http://www.biophan.com/ |
| NN-Labs Production of colloidal nanocrystals and research into nanocrystal-based technologies such as LEDs, solar cells and biolabels. | | PlasmChem_Surface-_and_Nano-Technology A long established, German-based manufacturer and supplier of a wide range of industrial nanomaterials and nanotechnology-based medical devices. | | Raymor_Industries_(Nanotech) A Canadian producer of single-walled carbon nanotubes. | | Topix__Financial_Markets News about financial markets, collected from various sources on the web. [RSS] | | Chemical_Industry_News_-_Topix News on the chemical industry continually updated from thousands of sources around the net. | | Topix__Chemicals News about the chemical industry, collected from various sources on the web. [RSS] | | Celebrity_Auctions Australian-based auctioneer concentrating on fundraising events. | | Hotel_Industry_News_-_Topix News on the hotel industry continually updated from thousands of sources around the net. | | Topix__Hotels News about the hotel industry, collected from various sources on the web. [RSS] | | Entrepreneur_com_-_Home_Based_Businesses Information and resources for starting and running a home-based business. | | Gaming_Industry_News_-_Topix News on the gaming industry continually updated from thousands of sources around the net. | | Topix__Gaming News about the gaming industry, collected from various sources on the web. [RSS] | | Reishi_Go Coffee and tea from the red reishi mushroom. | | Powergig__Industry_Links Long alphabetical list of links searchable by US state and/or by type such as actor, producer, manager, legal, and state support. Registration allows talent to find and connect with bookers and vice v | | Mining_Industry_News_-_Topix News on the mining industry continually updated from thousands of sources around the net. | | Topix__Mining News about the mining industry, collected from various sources on the web. [RSS] | | Decosit_2007 Belgium. International trade fair for manufacturers and suppliers of fabrics and furnishings for interior design. Brussels. September 8-11, 2007. | | Western_Canada_Farm_Progress_Show An international marketplace for major manufacturers. Specializing in dryland farm technology with over 700 exhibitors on 102 acres. | | Winchester Rifle and shotguns manufacturer. Includes products, service information, news, and dealer search. | | Earth_Care_Products,_LLC USA. Manufacturers of straw wattles and dewatering bags for erosion control applications. Also, straw matts and blankets. | | Minding_Your_Own_Brand A monthly e-magazine dedicated to brand and organizational development. | | IT_Services_Industry_News_-_Topix News on the IT services industry continually updated from thousands of sources around the net. | | Industrial_Waste_Control_(IWC) USA. Provides cleaning, vacuuming, waste handling and transportation services for non-hazardous waste. | | CBC_News_-_Hemp_growers_still_waiting_for_acceptance News story about Canadian Industrial Hemp farmer Larry Davis and his difficulty in finding enough Canadian hemp processors. (July 24, 2000) | | Topix__Construction News about the construction industry, collected from various sources on the web. [RSS] | | Cerlic_Controls_AB Develops, manufactures and markets instruments for on-line measurement and monitoring of process parameters. Target business areas are primarily wastewater treatment plants, pulp and paper mills and o | | Topix__Manufacturing News about manufacturing, collected from various sources on the web. [RSS] | | M__Hansson_Consulting,_Inc_ An engineering-oriented systems integrator based in the Philippines, supplying high-end test, measurement and control solutions to the electronics and semiconductor industries in Southeast Asia. | | Alan\'s_Factory_Outlet Choose from selection of Amish storage sheds, furniture, and other handcrafted items. Includes contact information. | | Carolina_Barn_Company,_LLC Selection of barn plans with list of options available as well as contact form. | | Horizon_Structures Storage sheds, gazebos, horse barns, and playhouses built by the Amish in Lancaster County, PA. | | Olympia_Inc_ Gallery of dairy barns and milking facilities with online design and quote forms. | | Topix__Public_Relations News about the public relations industry, collected from various sources on the web. [RSS] | | Ethnic_Marketing_Group,_Inc_ A Hispanic advertising and promotions agency that creates culturally relevant, fully integrated advertising, marketing and promotional campaigns. | | Alta_Design_Associates,_Inc_ Pennsylvania firm providing architectural and civil design, geotechnical engineering, animated sequences and videos. Includes brief description of services and contacts. | | BuyAtChina Wholesaler of mobile phone accessories and parts. | | Strong_and_Unique_mobile_phones Distributor and wholesaler of mobile phones and accessories. Hungary. | | National_Flower_Mart Freshest wholesale flower supplier. USA. | | Southwest_Drilling Drilled caisson (pier) contractor specializing in auger-drilled shafts for commercial and industrial building foundations. [May not be viewable in all browsers] | | Tomrayner Australia.Supplier of cotton and canvas promotional bags. |
|
Biophan
Stock Symbol: OTC: BIPH
home | site map | search:
/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
position:absolute;
left:0px; top:0px;
z-index:1;
-moz-opacity:0.95;
filter:alpha(opacity=95);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
position:absolute;
z-index:3;
top:3px; width:2px;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
position:absolute;
z-index:1;
left:3px; height:2px;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}
function getBgColor(root) {
var bgColor = '';
if (typeof root.style != '') {
if (typeof root.style.backgroundColor != 'undefined' && root.style.backgroundColor != '') {
bgColor = root.style.backgroundColor;
}
} else if (typeof root.bgColor != 'undefined' && root.bgColor != '') {
bgColor = root.bgColor;
} else {
bgColor = getBgColor(root.parentNode);
}
return bgColor;
}
// Menu Class Suffix
var menu_class_suffix = "";
// Placeholder CSS class
var sub_placeholder_style = "sublevel";
// TransMenu settings
TransMenu.spacerGif = "/modules/mod_d4j_transmenu/img/x.gif"; // path to a transparent spacer gif
TransMenu.dingbatOn = "/modules/mod_d4j_transmenu/img/submenu-on.gif"; // path to the active sub menu dingbat
TransMenu.dingbatOff = "/modules/mod_d4j_transmenu/img/submenu-off.gif"; // path to the inactive sub menu dingbat
TransMenu.shadowPng = "/modules/mod_d4j_transmenu/img/grey-40.png"; // a PNG graphic to serve as the shadow for mac IE5
TransMenu.backgroundPng = "/modules/mod_d4j_transmenu/img/white-90.png"; // a PNG graphic to server as the background for mac IE5
TransMenu.dingbatSize = 16;
TransMenu.menuPadding = 3;
TransMenu.itemPadding = 1;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#888";
TransMenu.backgroundColor = "#006699";
TransMenu.hideDelay = 1000;
TransMenu.slideTime = 1000;
// if supported, initialize TransMenu
function initTransMenu() {
if (TransMenu.isSupported()) {
TransMenu.initialize();
}
}
AboutProducts & TechnologiesNewsPartneringInvestor RelationsContact Us
if (TransMenu.isSupported()) {
self['transmenu49717'] = new TransMenuSet(TransMenu.direction.down, 0, 1, TransMenu.reference.bottomLeft);
var transmenu49717_menu212 = self['transmenu49717'].addMenu(document.getElementById("transmenu49717_menu212")); transmenu49717_menu212.addItem("Company Overview", "http://www.biophan.com/index.php?option=com_content&task=view&id=31&Itemid=148", 0); transmenu49717_menu212.addItem("Management Team", "http://www.biophan.com/index.php?option=com_content&task=view&id=38&Itemid=149", 0); transmenu49717_menu212.addItem("Board of Directors", "http://www.biophan.com/index.php?option=com_content&task=view&id=39&Itemid=150", 0); transmenu49717_menu212.addItem("Scientific Advisory Board", "http://www.biophan.com/index.php?option=com_content&task=view&id=40&Itemid=151", 0); transmenu49717_menu212.addItem("Biophan Europe", "http://www.biophan.com/index.php?option=com_content&task=view&id=440&Itemid=453", 0); transmenu49717_menu212.addItem("Presentation Library", "/index.php?option=com_docman&task=cat_view&gid=47&Itemid=320", 0); transmenu49717_menu212.addItem("Disclaimer", "http://www.biophan.com/index.php?option=com_content&task=view&id=317&Itemid=261", 0); var transmenu49717_menu113 = self['transmenu49717'].addMenu(document.getElementById("transmenu49717_menu113")); transmenu49717_menu113.addItem("Myotech CSS", "http://www.biophan.com/index.php?option=com_content&task=view&id=18&Itemid=40", 0); transmenu49717_menu113.addItem("MRI Compatibility", "http://www.biophan.com/index.php?option=com_content&task=view&id=20&Itemid=357", 0); var transmenu49717_menu357 = transmenu49717_menu113.addMenu(transmenu49717_menu113.items[1]); transmenu49717_menu357.addItem("MRI Visible Stents", "http://www.biophan.com/index.php?option=com_content&task=view&id=384&Itemid=359", 0); transmenu49717_menu357.addItem("MRI Visible Vena Cava Filters", "http://www.biophan.com/index.php?option=com_content&task=view&id=388&Itemid=360", 0); transmenu49717_menu357.addItem("MRI Visible Guidewires and Catheters", "http://www.biophan.com/index.php?option=com_content&task=view&id=389&Itemid=416", 0); transmenu49717_menu113.addItem("MRI Safety", "http://www.biophan.com/index.php?option=com_content&task=view&id=21&Itemid=407", 0); var transmenu49717_menu407 = transmenu49717_menu113.addMenu(transmenu49717_menu113.items[2]); transmenu49717_menu407.addItem("Squiggle® Motor", "http://www.biophan.com/index.php?option=com_content&task=view&id=24&Itemid=118", 0); transmenu49717_menu407.addItem("MRI Safety Testing", "http://www.biophan.com/index.php?option=com_content&task=view&id=23&Itemid=117", 0); transmenu49717_menu407.addItem("SMIT 2006 Conference", "http://www.biophan.com/index.php?option=com_content&task=view&id=286&Itemid=274", 0); transmenu49717_menu113.addItem("Technologies in Development", "http://www.biophan.com/index.php?option=com_content&task=view&id=366&Itemid=358", 0); var transmenu49717_menu358 = transmenu49717_menu113.addMenu(transmenu49717_menu113.items[3]); transmenu49717_menu358.addItem("Biothermal Power Source", "http://www.biophan.com/index.php?option=com_content&task=view&id=25&Itemid=119", 0); transmenu49717_menu358.addItem("Drug Delivery", "http://www.biophan.com/index.php?option=com_content&task=view&id=363&Itemid=361", 0); transmenu49717_menu113.addItem("Literature Library", "http://www.biophan.com/index.php?option=com_content&task=view&id=397&Itemid=404", 0); transmenu49717_menu113.addItem("Patents", "http://www.biophan.com/index.php?option=com_content&task=view&id=29&Itemid=268", 0); var transmenu49717_menu141 = self['transmenu49717'].addMenu(document.getElementById("transmenu49717_menu141")); transmenu49717_menu141.addItem("Press Releases", "/index.php?option=com_content&task=blogcategory&id=111&Itemid=469 ", 0); transmenu49717_menu141.addItem("Articles", "http://www.biophan.com/index.php?option=com_content&task=blogcategory&id=112&Itemid=143", 0); transmenu49717_menu141.addItem("Interviews", "/index.php?option=com_docman&task=cat_view&gid=70&Itemid=323", 0); document.getElementById('transmenu49717_menu94').onmouseover = function() { self['transmenu49717'].hideCurrent(); } var transmenu49717_menu121 = self['transmenu49717'].addMenu(document.getElementById("transmenu49717_menu121")); transmenu49717_menu121.addItem("Corporate Information", "http://www.biophan.com/index.php?option=com_content&task=view&id=31&Itemid=129", 0); var transmenu49717_menu129 = transmenu49717_menu121.addMenu(transmenu49717_menu121.items[0]); transmenu49717_menu129.addItem("Company Profile", "http://www.biophan.com/index.php?option=com_content&task=view&id=31&Itemid=283", 0); transmenu49717_menu129.addItem("Management Team", "http://www.biophan.com/index.php?option=com_content&task=view&id=38&Itemid=130", 0); transmenu49717_menu129.addItem("Board of Directors", "http://www.biophan.com/index.php?option=com_content&task=view&id=39&Itemid=131", 0); transmenu49717_menu129.addItem("Scientific Advisory Board", "http://www.biophan.com/index.php?option=com_content&task=view&id=40&Itemid=132", 0); transmenu49717_menu129.addItem("Professional Advisors", "http://www.biophan.com/index.php?option=com_content&task=view&id=26&Itemid=133", 0); transmenu49717_menu129.addItem("Videos", "http://biophan.com/index.php?option=com_docman&task=cat_view&gid=68&Itemid=278", 0); transmenu49717_menu129.addItem("Charters", "http://www.biophan.com/index.php?option=com_content&task=blogcategory&id=21&Itemid=289", 0); transmenu49717_menu121.addItem("Financial Information", "http://www.biophan.com/index.php?option=com_content&task=view&id=43&Itemid=285", 0); var transmenu49717_menu285 = transmenu49717_menu121.addMenu(transmenu49717_menu121.items[1]); transmenu49717_menu285.addItem("Stock Information", "http://www.biophan.com/index.php?option=com_content&task=view&id=43&Itemid=134", 0); transmenu49717_menu285.addItem("Fact Sheet", "http://www.biophan.com/index.php?option=com_content&task=blogcategory&id=84&Itemid=248", 0); transmenu49717_menu285.addItem("Investor Relations Contact", "http://www.biophan.com/index.php?option=com_content&task=view&id=398&Itemid=418", 0); transmenu49717_menu285.addItem("SEC Filings", "http://www.biophan.com/index.php?option=com_content&task=view&id=45&Itemid=137", 0); transmenu49717_menu285.addItem("Annual Reports", "http://www.biophan.com/index.php?option=com_content&task=blogcategory&id=22&Itemid=253", 0); transmenu49717_menu285.addItem("FAQs", "http://www.biophan.com/index.php?option=com_content&task=view&id=46&Itemid=138", 0); transmenu49717_menu121.addItem("Products & Technologies", "http://www.biophan.com/index.php?option=com_content&task=view&id=17&Itemid=318", 0); transmenu49717_menu121.addItem("Disclaimer", "http://www.biophan.com/index.php?option=com_content&task=view&id=317&Itemid=290", 0); transmenu49717_menu121.addItem("Privacy Policy", "http://www.biophan.com/index.php?option=com_content&task=view&id=316&Itemid=291", 0); var transmenu49717_menu156 = self['transmenu49717'].addMenu(document.getElementById("transmenu49717_menu156")); transmenu49717_menu156.addItem("Directions", "http://www.biophan.com/index.php?option=com_content&task=view&id=251&Itemid=157", 0); transmenu49717_menu156.addItem("Privacy Policy", "http://www.biophan.com/index.php?option=com_content&task=view&id=316&Itemid=294", 0); TransMenu.renderAll();
}
if (window.addEventListener) {
window.addEventListener('load', initTransMenu, false);
} else if (window.attachEvent) {
var tmev = window.attachEvent('onload', initTransMenu);
} else {
initTransMenu();
}
BIOPHAN REPORTS FIRST QUARTER 2008 RESULTS Myotech CSS Data to be Presented at Annual Mtg of the American Society of Artificial Internal Organs Article: Biophan/Myotech CSS Simulates Cardiac Massage for SCA CasesLetter to Shareholders - Jan 16, 2008 Myotech CSS: Cleveland Clinic (Presentation)Heart Attack Care (News Video) Biophan is a technology development company serving the healthcare industry, focused on commercializing the Myotech Circulatory Support System (CSS) - a novel, non-blood-contacting heart pump for patients with acute heart failure. The Company has also developed technologies for MRI image compatibility of medical devices, as well as other technologies being developed through grants and partnerships. MRI IMAGE COMPATIBILITYStents – MRI evaluation of in-stent restenosis Vena Cava Filters – MRI visualization of blood clots Guidewires, Catheters – coatings and resonators to improve imaging About | Products & Technologies | News | Partnering | Investor Relations | Contact Us Copyright © Biophan Technologies, Inc., 2008. All Rights Reserved. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src="http://www.biophan.com//" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));var pageTracker = _gat._getTracker("UA-2853296-4");pageTracker._initData();pageTracker._trackPageview(); |
|